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`;
5
5
if [[ " $platform " == ' Linux' ]]; then
6
6
# This is the default directory for Ubuntu installations (if installed with the *.deb).
7
7
# May have to adjust if other operating systems use different directories.
8
- default_app_directory=' /opt/brackets ' ;
8
+ default_app_directory=' /opt/arduinostudio ' ;
9
9
symlink=' dev' ;
10
10
elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11
- default_app_directory=' /Applications/Brackets .app' ;
11
+ default_app_directory=' /Applications/ArduinoStudio .app' ;
12
12
symlink=' Contents/dev' ;
13
13
else
14
14
# Warn for unknown operating system?
15
- default_app_directory=' /opt/brackets ' ;
15
+ default_app_directory=' /opt/arduinostudio ' ;
16
16
symlink=' dev' ;
17
17
fi
18
18
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ platform=`uname -s`;
5
5
if [[ " $platform " == ' Linux' ]]; then
6
6
# This is the default directory for Ubuntu installations (if installed with the *.deb).
7
7
# May have to adjust if other operating systems use different directories.
8
- default_app_directory=' /opt/brackets ' ;
8
+ default_app_directory=' /opt/arduinostudio ' ;
9
9
symlink=' dev' ;
10
10
elif [[ " $platform " == ' Darwin' ]]; then # MAC OSX
11
- default_app_directory=' /Applications/Brackets .app' ;
11
+ default_app_directory=' /Applications/ArduinoStudio .app' ;
12
12
symlink=' Contents/dev' ;
13
13
else
14
14
# Warn for unknown operating system?
15
- default_app_directory=' /opt/brackets ' ;
15
+ default_app_directory=' /opt/arduinostudio ' ;
16
16
symlink=' dev' ;
17
17
fi
18
18
You can’t perform that action at this time.
0 commit comments