You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Documentation/Release_Procedure.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ Items to complete when creating a new release:
6
6
* Update version information for the main application (3RVX.exe) and the Settings UI. Versions should be identical.
7
7
* Build release binaries (Rebuild All)
8
8
* The *Release* folder is used to produce the installer and zip packages. Remove object files and debug databases for production releases.
9
-
* Remove the *Languages* and *Skins* junctions (shortcuts) and replace with production language files and skins (if necessary)
9
+
* Remove the *Languages* and *Skins* junctions (shortcuts) and replace with production language files and skins. Note that eventually the production release and source tree will match up and this step will not be required.
10
10
* Run *BuildInstaller.bat* in the *Installer* folder
11
+
* Note: The [WiX Toolset](http://wixtoolset.org) and 7za.exe from the [7-zip Extras](http://www.7-zip.org/download.html) are required to build the installer and portable zip distributions.
11
12
* Upload the installer and portable versions of the application
12
13
* Update the latest_version record for online updates
0 commit comments