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:
parent
5785df6c4b
commit
4695d06a71
@ -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
|
||||
|
@ -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?
|
||||
|
@ -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
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user