diff --git a/cinny b/cinny index 854f365..17f7a7e 160000 --- a/cinny +++ b/cinny @@ -1 +1 @@ -Subproject commit 854f3657151cc3e9c458b62210cda497b290c1ff +Subproject commit 17f7a7eaf272c56d5b7c588c71e222e76af65cf3 diff --git a/electron-builder.json5 b/electron-builder.json5 index e727798..600e5b8 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -78,17 +78,21 @@ "win": { "target": [ { - "target": "squirrel", + "target": "nsis", "arch": ["x64"] } ], "icon": "icons/icon.ico", "artifactName": "${productName}-${version}-${os}-${arch}.${ext}" }, - "squirrelWindows": { - "name": "Paarrot", - "loadingGif": "icons/icon.png", - "iconUrl": "https://raw.githubusercontent.com/Paarrot/Paarrot-Desktop/main/icons/icon.ico" + "nsis": { + "oneClick": true, + "perMachine": false, + "allowToChangeInstallationDirectory": false, + "deleteAppDataOnUninstall": false, + "createDesktopShortcut": true, + "createStartMenuShortcut": true, + "shortcutName": "Paarrot" }, "publish": [ {