Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 4695d06

Browse files
committed
updating hacking scripts to remove 'Sprint' suffix from app folder
1 parent 5785df6 commit 4695d06

4 files changed

+4
-4
lines changed

tools/restore_installed_build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ GOTO Exit
1313
ECHO Usage: restore_installed_build.bat application_path
1414
ECHO Restore Brackets to use the installed HTML/CSS/JS files.
1515
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"
1717

1818
:Exit

tools/restore_installed_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
88
default_app_directory='/opt/brackets';
99
symlink='dev';
1010
elif [[ "$platform" == 'Darwin' ]]; then # MAC OSX
11-
default_app_directory='/Applications/Brackets Sprint 14.app';
11+
default_app_directory='/Applications/Brackets.app';
1212
symlink='Contents/dev';
1313
else
1414
# Warn for unknown operating system?

tools/setup_for_hacking.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GOTO Exit
2424
ECHO Usage: setup_for_hacking.bat application_path
2525
ECHO Setup Brackets to use the HTML/CSS/JS files pulled from GitHub.
2626
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"
2828
GOTO Exit
2929

3030
:XPNotSupported

tools/setup_for_hacking.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
88
default_app_directory='/opt/brackets';
99
symlink='dev';
1010
elif [[ "$platform" == 'Darwin' ]]; then # MAC OSX
11-
default_app_directory='/Applications/Brackets Sprint 31.app';
11+
default_app_directory='/Applications/Brackets.app';
1212
symlink='Contents/dev';
1313
else
1414
# Warn for unknown operating system?

0 commit comments

Comments
 (0)