Skip to content

Commit

Permalink
force clone new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Apr 9, 2024
1 parent e6c1a8d commit da454bf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ public void open(URI toOpe) {
ConfigurationDatabase.setObject("BowlerStudioConfigs", "currentVersion",
StudioBuildInfo.getVersion());
renderSplashFrame(16, "Done Load Configs");
myAssets = (String) ConfigurationDatabase.getObject("BowlerStudioConfigs", "assetRepo",
myAssets);
// myAssets = (String) ConfigurationDatabase.getObject("BowlerStudioConfigs", "assetRepo",
// myAssets);
renderSplashFrame(20, "DL'ing Image Assets");
System.err.println("Asset Repo " + myAssets);

Expand Down Expand Up @@ -432,7 +432,7 @@ public void open(URI toOpe) {
ScriptingEngine.pull(myAssets, "main");
}
}
layoutFile = AssetFactory.loadFile("layout/default.css");
layoutFile = AssetFactory.loadFile("Folder.png");
if (layoutFile == null || !layoutFile.exists()) {
ScriptingEngine.deleteRepo(myAssets);
ScriptingEngine.cloneRepo(myAssets, null);
Expand Down

0 comments on commit da454bf

Please sign in to comment.