mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 14:58:55 +01:00
fix json project & workspace file paths when migrating from binary
This commit is contained in:
@@ -241,9 +241,9 @@ public class Project implements ProjectTreeNode, Serializable, JsonSerializable
|
||||
return null;
|
||||
} else {
|
||||
p = (Project) SettingsSave.loadInstance(f, "Project");
|
||||
p.baseFolder = projRoot;
|
||||
}
|
||||
p.save();
|
||||
|
||||
}
|
||||
p.refreshTransients(w);
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user