feat: update Windows installer target to NSIS and configure shortcuts

This commit is contained in:
2026-04-23 06:13:42 +10:00
parent b4f8f13213
commit ca22449d54
2 changed files with 10 additions and 6 deletions

2
cinny

Submodule cinny updated: 854f365715...17f7a7eaf2

View File

@@ -78,17 +78,21 @@
"win": { "win": {
"target": [ "target": [
{ {
"target": "squirrel", "target": "nsis",
"arch": ["x64"] "arch": ["x64"]
} }
], ],
"icon": "icons/icon.ico", "icon": "icons/icon.ico",
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}" "artifactName": "${productName}-${version}-${os}-${arch}.${ext}"
}, },
"squirrelWindows": { "nsis": {
"name": "Paarrot", "oneClick": true,
"loadingGif": "icons/icon.png", "perMachine": false,
"iconUrl": "https://raw.githubusercontent.com/Paarrot/Paarrot-Desktop/main/icons/icon.ico" "allowToChangeInstallationDirectory": false,
"deleteAppDataOnUninstall": false,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "Paarrot"
}, },
"publish": [ "publish": [
{ {