From 7ee4f68edb5f2d9563e7b8230d022603a8251734 Mon Sep 17 00:00:00 2001 From: Arnold HAO Date: Sun, 3 May 2026 14:55:22 +0800 Subject: [PATCH] fix windows install path --- electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index 5d677e6..5703988 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -30,7 +30,7 @@ nsis: perMachine: true allowToChangeInstallationDirectory: true runAfterFinish: false - menuCategory: Hush + menuCategory: DreamApp shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always