diff --git a/resources/electron/electron-plugin/src/index.ts b/resources/electron/electron-plugin/src/index.ts index 7eca5b0..2022c95 100644 --- a/resources/electron/electron-plugin/src/index.ts +++ b/resources/electron/electron-plugin/src/index.ts @@ -226,6 +226,7 @@ class NativePHP { }); } + autoUpdater.autoInstallOnAppQuit = false; autoUpdater.checkForUpdatesAndNotify(); } }