Add bundle script

This commit is contained in:
2022-04-17 13:50:43 +08:00
parent 4f6b1ebbf2
commit a788968525
6 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class ElectronApp {
webPreferences: { preload }
});
this.simulatorWindow.loadURL(this.serviceUrl + (ENV.LIVING_TOGETHER_WEB_PATH ?? "/resources/app/"));
this.simulatorWindow.loadURL(this.serviceUrl + (ENV.LIVING_TOGETHER_WEB_PATH ?? "/resources/app.asar/"));
this.handelSimulatorWindowBehavior();