feat: add force-update IPC and auto-update flow
continuous-integration/webhook Client .exe publicado em produção (VPS4)

This commit is contained in:
VPS 4 Builder
2026-06-03 06:16:46 +02:00
parent 25272eef90
commit e6051db720
4 changed files with 13 additions and 4 deletions
+2
View File
@@ -357,6 +357,8 @@ function startMonitorProcess() {
iconType: 'info'
});
}
} else if (message && message.event === 'force-update') {
autoUpdater.checkForUpdatesAndNotify();
}
});