This repository was archived by the owner on Sep 6, 2021. It is now read-only.
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ GOTO Exit
13
13
ECHO Usage: restore_installed_build.bat application_path
14
14
ECHO Restore Brackets to use the installed HTML/CSS/JS files.
15
15
ECHO Parameters: application_path - path that contains the Brackets application
16
- ECHO Example: restore_installed_build.bat " c:\Program Files (x86)\Brackets Sprint 14 "
16
+ ECHO Example: restore_installed_build.bat " c:\Program Files (x86)\Brackets"
17
17
18
18
:Exit
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
8
8
default_app_directory=' /opt/brackets' ;
9
9
symlink=' dev' ;
10
10
elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11
- default_app_directory=' /Applications/Brackets Sprint 14 .app' ;
11
+ default_app_directory=' /Applications/Brackets.app' ;
12
12
symlink=' Contents/dev' ;
13
13
else
14
14
# Warn for unknown operating system?
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ GOTO Exit
24
24
ECHO Usage: setup_for_hacking.bat application_path
25
25
ECHO Setup Brackets to use the HTML/CSS/JS files pulled from GitHub.
26
26
ECHO Parameters: application_path - path that contains the Brackets application
27
- ECHO Example: setup_for_hacking.bat " c:\Program Files (x86)\Brackets Sprint 14 "
27
+ ECHO Example: setup_for_hacking.bat " c:\Program Files (x86)\Brackets"
28
28
GOTO Exit
29
29
30
30
:XPNotSupported
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
8
8
default_app_directory=' /opt/brackets' ;
9
9
symlink=' dev' ;
10
10
elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11
- default_app_directory=' /Applications/Brackets Sprint 31 .app' ;
11
+ default_app_directory=' /Applications/Brackets.app' ;
12
12
symlink=' Contents/dev' ;
13
13
else
14
14
# Warn for unknown operating system?
You can’t perform that action at this time.
0 commit comments