1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00

updating hacking scripts to remove 'Sprint' suffix from app folder

This commit is contained in:
Bryan Chin 2013-10-30 21:40:36 -05:00
parent 5785df6c4b
commit 4695d06a71
4 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,6 @@ GOTO Exit
ECHO Usage: restore_installed_build.bat application_path
ECHO Restore Brackets to use the installed HTML/CSS/JS files.
ECHO Parameters: application_path - path that contains the Brackets application
ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\Brackets Sprint 14"
ECHO Example: restore_installed_build.bat "c:\Program Files (x86)\Brackets"
:Exit

View File

@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
default_app_directory='/opt/brackets';
symlink='dev';
elif [[ "$platform" == 'Darwin' ]]; then # MAC OSX
default_app_directory='/Applications/Brackets Sprint 14.app';
default_app_directory='/Applications/Brackets.app';
symlink='Contents/dev';
else
# Warn for unknown operating system?

View File

@ -24,7 +24,7 @@ GOTO Exit
ECHO Usage: setup_for_hacking.bat application_path
ECHO Setup Brackets to use the HTML/CSS/JS files pulled from GitHub.
ECHO Parameters: application_path - path that contains the Brackets application
ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\Brackets Sprint 14"
ECHO Example: setup_for_hacking.bat "c:\Program Files (x86)\Brackets"
GOTO Exit
:XPNotSupported

View File

@ -8,7 +8,7 @@ if [[ "$platform" == 'Linux' ]]; then
default_app_directory='/opt/brackets';
symlink='dev';
elif [[ "$platform" == 'Darwin' ]]; then # MAC OSX
default_app_directory='/Applications/Brackets Sprint 31.app';
default_app_directory='/Applications/Brackets.app';
symlink='Contents/dev';
else
# Warn for unknown operating system?