-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify building and deployment instructions.
- Loading branch information
1 parent
3ebbc5b
commit cd55eaf
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Notes on deploying updates | ||
|
||
1. Make sure src\QSP\updater.xml contains the correct files | ||
2. Build the application by following the instructions in src\Installer\readme.txt | ||
3. Upload src\Installer\Results\[version].zip. | ||
4. Update info.xml, so that the uri is the one of the zip file. Also version needs to be correct (Format: Major.Minor.Build). | ||
5. Upload info.xml to those uris listed in src\QSP\updater.xml. | ||
1. Build the application by following the instructions in src\Installer\readme.txt | ||
2. Upload the 3 files in src\Installer\Results\ as a release on github. Tag that release as, e.g. v0.4.8. | ||
3. Update info.xml, so that the URI is the one for src\Installer\Results\[version].zip. Also version needs to be correct (Format: Major.Minor.Build). | ||
4. Upload info.xml to those URIs listed in src\QSP\updater.xml. |