mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tauri: nsis header and sidebar
This commit is contained in:
parent
382ec8fb2c
commit
bf00b2bfc9
3 changed files with 3 additions and 1 deletions
BIN
packages/tauri/src-tauri/assets/nsis-header.bmp
Normal file
BIN
packages/tauri/src-tauri/assets/nsis-header.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
packages/tauri/src-tauri/assets/nsis-sidebar.bmp
Normal file
BIN
packages/tauri/src-tauri/assets/nsis-sidebar.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
|
|
@ -33,7 +33,9 @@
|
|||
},
|
||||
"windows": {
|
||||
"nsis": {
|
||||
"installerIcon": "icons/dev/icon.ico"
|
||||
"installerIcon": "icons/dev/icon.ico",
|
||||
"headerImage": "assets/nsis-header.bmp",
|
||||
"sidebarImage": "assets/nsis-sidebar.bmp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue