fix json project & workspace file paths when migrating from binary

This commit is contained in:
OMGeeky
2025-07-17 20:10:32 +02:00
parent 7b7218ad4e
commit af48341439
2 changed files with 6 additions and 3 deletions

View File

@@ -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;