From 5fb49b0c9d2b2be83e1ae267ab4567bb0d4684a5 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:04:20 +0200 Subject: [PATCH] Fix: Update button text --- app/autoUpdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/autoUpdater.js b/app/autoUpdater.js index 9d90f4f..548020d 100644 --- a/app/autoUpdater.js +++ b/app/autoUpdater.js @@ -44,7 +44,7 @@ function initAutoUpdater(mainWindow) { title: "Update Ready", message: `Version ${info.version} has been downloaded.`, detail: "The application will restart to apply the update.", - buttons: ["Restart & Install", "Later"], + buttons: ["Install Now", "Later"], defaultId: 0, cancelId: 1, });