From bdd5f6fdd670617548ec2ddde9fcb5075fe09763 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Fri, 11 Aug 2023 18:36:07 -0700 Subject: [PATCH] build: create start menu shortcut --- electron-builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 03b389f43..c7215ef6b 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -65,7 +65,8 @@ "warningsAsErrors": false, "allowElevation": true, "oneClick": false, - "allowToChangeInstallationDirectory": true + "allowToChangeInstallationDirectory": true, + "createStartMenuShortcut": true }, "linux": { "target": ["AppImage"],