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": {
"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": [
{