added configurations electron

This commit is contained in:
2024-10-31 16:44:55 +02:00
parent 839dd30ee1
commit a9d6dd3465
9 changed files with 3168 additions and 58 deletions

View File

@@ -46,7 +46,7 @@ if (electronIsDev) {
// Initialize our app, build windows, and load content.
await myCapacitorApp.init();
// Check for updates if we are in a packaged app.
autoUpdater.checkForUpdatesAndNotify();
// autoUpdater.checkForUpdatesAndNotify();
})();
// Handle when all of our windows are close (platforms have their own expectations).