add SHA-256 checksum verification to auto-updater
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
2026-04-04 09:06:41 -07:00
parent 68344c6465
commit caf64447b8
2 changed files with 42 additions and 6 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ app.whenReady().then(async () => {
if (!cancelled && !updateWin.isDestroyed()) {
sendProgress(`Downloading update... ${pct}%`, pct);
}
});
}, update.sha256);
if (!cancelled) {
sendProgress('Installing update...', 100);