mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
silent install and add more info
This commit is contained in:
@@ -7,7 +7,7 @@ const { autoUpdater } = updater;
|
||||
|
||||
const restartAndInstallUpdate = async (_event: Electron.IpcMainInvokeEvent) => {
|
||||
if (app.isPackaged) {
|
||||
autoUpdater.quitAndInstall();
|
||||
autoUpdater.quitAndInstall(true, true);
|
||||
} else {
|
||||
WindowManager.splashWindow?.close();
|
||||
WindowManager.createMainWindow();
|
||||
|
||||
Reference in New Issue
Block a user