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:
+1
-1
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": true,
|
||||
"perMachine": true,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": false,
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true,
|
||||
|
||||
Reference in New Issue
Block a user