Skip to content

Commit 387e6b6

Browse files
committed
Renamed platforms.txt to platform.txt
1 parent 812265f commit 387e6b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/processing/app/debug/TargetPlatform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public TargetPlatform(String _name, File _folder) {
5656
}
5757

5858
try {
59-
File platformsFile = new File(_folder, "platforms.txt");
59+
File platformsFile = new File(_folder, "platform.txt");
6060
if (platformsFile.exists())
6161
preferences.load(platformsFile);
6262
} catch (Exception e) {

0 commit comments

Comments
 (0)