mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
X building Processing from scratch
X not able to write "preferences.txt" on the first run
This commit is contained in:
@@ -151,6 +151,7 @@ public class PdePreferences extends JComponent {
|
||||
if (!preferencesFile.exists()) {
|
||||
// create a new preferences file if none exists
|
||||
// saves the defaults out to the file
|
||||
getProcessingHome().mkdirs();
|
||||
save();
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user