fix(updater): auto-restart após download + perMachine false para silent install

- perMachine: false → instala em %LocalAppData% sem UAC, permitindo silent update
- update-downloaded: chama quitAndInstall(true, true) automaticamente após 15s
- Contagem regressiva visível no tray tooltip e menu
- Botão "Instalar Agora" cancela o countdown e instala imediatamente
- isSilent=true + isForceRunAfter=true: sem janela do instalador, reabre após instalar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
VPS 4 Builder
2026-05-31 02:49:57 +02:00
parent 2a26f72460
commit bfcf84c5ac
2 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
},
"nsis": {
"oneClick": true,
"perMachine": true,
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,