mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-12 20:49:16 +03:00
ContributionInstaller OS check: MacOSX now uses real arch rather than JVM one
This commit is contained in:
@@ -56,7 +56,7 @@ public class Platform extends processing.app.Platform {
|
||||
"\\arduino.exe \"%1\"";
|
||||
static final String DOC = "Arduino.Document";
|
||||
|
||||
public void init() {
|
||||
public void init() throws IOException {
|
||||
super.init();
|
||||
|
||||
checkAssociations();
|
||||
|
Reference in New Issue
Block a user