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
{{ message }}
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: installer/win/README.MD
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ Normally, the installer scripts are run via Jenkins on the build machine http://
28
28
* Copy these two files to _(wix-install-dir)_\bin
29
29
9. You may need to locally edit `wix.base` in brackets-win-install-build.xml if the Wix install folder doesn't match what's hardcoded there
30
30
31
-
## Update Sprint Number with Grunt
32
-
To rev the Brackets sprint number with Grunt, both brackets-shell and brackets repositories must be updated. For the initial Grunt setup, see: https://github.com/adobe/brackets/wiki/Grunt-Setup.
31
+
## Update Release Number with Grunt
32
+
To rev the Brackets release number with Grunt, both brackets-shell and brackets repositories must be updated. For the initial Grunt setup, see: https://github.com/adobe/brackets/wiki/Grunt-Setup.
33
33
34
-
brackets > grunt set-sprint --sprint=NN
35
-
brackets-shell > grunt set-sprint --sprint=NN
34
+
brackets > grunt set-release --release=NN
35
+
brackets-shell > grunt set-release --release=NN
36
36
37
-
## To rev the Brackets sprint number manually
38
-
1. Open brackets-win-install-build.xml and change `product.sprint.number`
37
+
## To rev the Brackets release number manually
38
+
1. Open brackets-win-install-build.xml and change `product.release.number`
39
39
2. Open brackets-shell\installer\mac\buildInstaller.sh and change `releaseName`
40
40
3. Open Brackets.wxs and replace the `StartMenuShortcut` GUID property with a newly generated GUID
41
41
4. Open brackets-shell\appshell\version.rc and change `FILEVERSION` and `"FileVersion"`
0 commit comments