mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tauri: update nsis icon
This commit is contained in:
parent
6454adcd69
commit
382ec8fb2c
2 changed files with 11 additions and 1 deletions
|
|
@ -30,6 +30,11 @@
|
|||
"externalBin": ["sidecars/opencode-cli"],
|
||||
"macOS": {
|
||||
"entitlements": "./entitlements.plist"
|
||||
},
|
||||
"windows": {
|
||||
"nsis": {
|
||||
"installerIcon": "icons/dev/icon.ico"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue