chore: Windows release polish

This commit is contained in:
izzy
2025-10-08 16:30:17 +01:00
parent 3529772cf7
commit 9f705147b6
8 changed files with 54 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const acquiredLock = app.requestSingleInstanceLock();
if (acquiredLock) {
// start auto update logic
// todo: updateElectronApp();
updateElectronApp();
// create and configure the app when electron is ready
app.on("ready", () => {