Skip to content

Commit 3d2ab56

Browse files
author
Federico Fissore
committed
ide 1.5.x settings moved to ".arduino15" folder
1 parent 05dda78 commit 3d2ab56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Platform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void init(Base base) {
7676
public File getSettingsFolder() throws Exception {
7777
// otherwise make a .processing directory int the user's home dir
7878
File home = new File(System.getProperty("user.home"));
79-
File dataFolder = new File(home, ".arduino");
79+
File dataFolder = new File(home, ".arduino15");
8080
return dataFolder;
8181

8282
/*

0 commit comments

Comments
 (0)