We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129b9f commit ba3594bCopy full SHA for ba3594b
it.baeyens.arduino.common/src/it/baeyens/arduino/common/ArduinoInstancePreferences.java
@@ -301,7 +301,7 @@ public static String getArduinoIdeProgram() {
301
IPath ArduinoIDEPath = ArduinoInstancePreferences.getArduinoPath();
302
303
if (Platform.getOS().equals(Platform.OS_MACOSX))
304
- return "\"" + URIUtil.toURI(ArduinoIDEPath.removeLastSegments(1).append("MacOS").append("JavaApplicationStub")).getPath() + "\" ";
+ return "\"" + URIUtil.toURI(ArduinoIDEPath.removeLastSegments(1).append("MacOS").append("Arduino")).getPath() + "\" ";
305
return "\"" + URIUtil.toURI(ArduinoIDEPath.append("arduino")).getPath() + "\" ";
306
}
307
0 commit comments