diff --git a/electron-builder.json5 b/electron-builder.json5 index a333a872..64a0f47d 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -105,10 +105,15 @@ "target": [ "nsis" ], - "icon": "icons/icons/win/icon.ico" - , + "icon": "icons/icons/win/icon.ico", "executableName": "Recordly", "artifactName": "${productName}-windows-${arch}.${ext}" + }, + "nsis": { + "oneClick": false, + "allowToChangeInstallationDirectory": true, + "createDesktopShortcut": true, + "createStartMenuShortcut": true, + "shortcutName": "Recordly" } } -