added for local

This commit is contained in:
PhilReact 2024-10-31 20:35:13 +02:00
parent 04fb219bc4
commit 2b731d6a00

View File

@ -122,6 +122,7 @@ export class ElectronCapacitorApp {
// Use preload to inject the electron varriant overrides for capacitor plugins.
// preload: join(app.getAppPath(), "node_modules", "@capacitor-community", "electron", "dist", "runtime", "electron-rt.js"),
preload: preloadPath,
webSecurity: false
},
});
this.mainWindowState.manage(this.MainWindow);