mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
silent install and add more info
This commit is contained in:
parent
811878e364
commit
b9f5baef34
2 changed files with 6 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue