tauri: update nsis icon

This commit is contained in:
Brendan Allan 2025-12-17 23:40:52 +08:00
parent 6454adcd69
commit 382ec8fb2c
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
2 changed files with 11 additions and 1 deletions

View file

@ -30,6 +30,11 @@
"externalBin": ["sidecars/opencode-cli"],
"macOS": {
"entitlements": "./entitlements.plist"
},
"windows": {
"nsis": {
"installerIcon": "icons/dev/icon.ico"
}
}
}
}

View file

@ -10,7 +10,12 @@
"icons/prod/128x128@2x.png",
"icons/prod/icon.icns",
"icons/prod/icon.ico"
]
],
"windows": {
"nsis": {
"installerIcon": "icons/prod/icon.ico"
}
}
},
"plugins": {
"updater": {