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 3d2ab56 commit 5cebf99Copy full SHA for 5cebf99
app/src/processing/app/macosx/Platform.java
@@ -85,7 +85,7 @@ public void init(Base base) {
85
86
87
public File getSettingsFolder() throws Exception {
88
- return new File(getLibraryFolder(), "Arduino");
+ return new File(getLibraryFolder(), "Arduino15");
89
}
90
91
app/src/processing/app/windows/Platform.java
@@ -188,7 +188,7 @@ public File getSettingsFolder() throws Exception {
188
String appDataPath =
189
Registry.getStringValue(REGISTRY_ROOT_KEY.CURRENT_USER, keyPath, "AppData");
190
191
- File dataFolder = new File(appDataPath, "Arduino");
+ File dataFolder = new File(appDataPath, "Arduino15");
192
return dataFolder;
193
194
0 commit comments