mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-26 20:54:22 +01:00
ide 1.5.x preferences moved to "Arduino15" folder for windows and macosx
see #1167
This commit is contained in:
parent
3d2ab5639b
commit
5cebf99de5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user