Compare commits

...

2 Commits

Author SHA1 Message Date
76cae46005 Merge branch 'main' of http://synbox.ruv.wtf:8418/litruv/cinny-desktop
Some checks failed
Build / increment-version (push) Successful in 9s
Build / build-linux (push) Successful in 2m5s
Build / build-windows (push) Failing after 4m48s
Build / create-release (push) Successful in 42s
2026-04-23 06:13:45 +10:00
ca22449d54 feat: update Windows installer target to NSIS and configure shortcuts 2026-04-23 06:13:42 +10:00
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": [
{ {