Skip to content

Commit ba3594b

Browse files
committed
chaned JavaApplicationStub to Arduino for #272
1 parent f129b9f commit ba3594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it.baeyens.arduino.common/src/it/baeyens/arduino/common/ArduinoInstancePreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public static String getArduinoIdeProgram() {
301301
IPath ArduinoIDEPath = ArduinoInstancePreferences.getArduinoPath();
302302

303303
if (Platform.getOS().equals(Platform.OS_MACOSX))
304-
return "\"" + URIUtil.toURI(ArduinoIDEPath.removeLastSegments(1).append("MacOS").append("JavaApplicationStub")).getPath() + "\" ";
304+
return "\"" + URIUtil.toURI(ArduinoIDEPath.removeLastSegments(1).append("MacOS").append("Arduino")).getPath() + "\" ";
305305
return "\"" + URIUtil.toURI(ArduinoIDEPath.append("arduino")).getPath() + "\" ";
306306
}
307307

0 commit comments

Comments
 (0)