This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ platform=`uname -s`;
55if [[ " $platform " == ' Linux' ]]; then
66 # This is the default directory for Ubuntu installations (if installed with the *.deb).
77 # May have to adjust if other operating systems use different directories.
8- default_app_directory=' /opt/brackets ' ;
8+ default_app_directory=' /opt/arduinostudio ' ;
99 symlink=' dev' ;
1010elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11- default_app_directory=' /Applications/Brackets .app' ;
11+ default_app_directory=' /Applications/ArduinoStudio .app' ;
1212 symlink=' Contents/dev' ;
1313else
1414 # Warn for unknown operating system?
15- default_app_directory=' /opt/brackets ' ;
15+ default_app_directory=' /opt/arduinostudio ' ;
1616 symlink=' dev' ;
1717fi
1818
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ platform=`uname -s`;
55if [[ " $platform " == ' Linux' ]]; then
66 # This is the default directory for Ubuntu installations (if installed with the *.deb).
77 # May have to adjust if other operating systems use different directories.
8- default_app_directory=' /opt/brackets ' ;
8+ default_app_directory=' /opt/arduinostudio ' ;
99 symlink=' dev' ;
1010elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11- default_app_directory=' /Applications/Brackets .app' ;
11+ default_app_directory=' /Applications/ArduinoStudio .app' ;
1212 symlink=' Contents/dev' ;
1313else
1414 # Warn for unknown operating system?
15- default_app_directory=' /opt/brackets ' ;
15+ default_app_directory=' /opt/arduinostudio ' ;
1616 symlink=' dev' ;
1717fi
1818
You can’t perform that action at this time.
0 commit comments