Skip to content

Commit 5cebf99

Browse files
author
Federico Fissore
committed
ide 1.5.x preferences moved to "Arduino15" folder for windows and macosx
see #1167
1 parent 3d2ab56 commit 5cebf99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/processing/app/macosx/Platform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void init(Base base) {
8585

8686

8787
public File getSettingsFolder() throws Exception {
88-
return new File(getLibraryFolder(), "Arduino");
88+
return new File(getLibraryFolder(), "Arduino15");
8989
}
9090

9191

app/src/processing/app/windows/Platform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public File getSettingsFolder() throws Exception {
188188
String appDataPath =
189189
Registry.getStringValue(REGISTRY_ROOT_KEY.CURRENT_USER, keyPath, "AppData");
190190

191-
File dataFolder = new File(appDataPath, "Arduino");
191+
File dataFolder = new File(appDataPath, "Arduino15");
192192
return dataFolder;
193193
}
194194

0 commit comments

Comments
 (0)