mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
ide 1.5.x preferences moved to "Arduino15" folder for windows and macosx
see #1167
This commit is contained in:
@@ -85,7 +85,7 @@ public class Platform extends processing.app.Platform {
|
||||
|
||||
|
||||
public File getSettingsFolder() throws Exception {
|
||||
return new File(getLibraryFolder(), "Arduino");
|
||||
return new File(getLibraryFolder(), "Arduino15");
|
||||
}
|
||||
|
||||
|
||||
|
@@ -188,7 +188,7 @@ public class Platform extends processing.app.Platform {
|
||||
String appDataPath =
|
||||
Registry.getStringValue(REGISTRY_ROOT_KEY.CURRENT_USER, keyPath, "AppData");
|
||||
|
||||
File dataFolder = new File(appDataPath, "Arduino");
|
||||
File dataFolder = new File(appDataPath, "Arduino15");
|
||||
return dataFolder;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user