mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 10:25:13 +00:00
Add banner and image to windows installer
This commit is contained in:
parent
12c0647bcf
commit
b1ea1bffef
|
@ -41,7 +41,11 @@
|
||||||
"windows": {
|
"windows": {
|
||||||
"certificateThumbprint": null,
|
"certificateThumbprint": null,
|
||||||
"digestAlgorithm": "sha256",
|
"digestAlgorithm": "sha256",
|
||||||
"timestampUrl": ""
|
"timestampUrl": "",
|
||||||
|
"wix": {
|
||||||
|
"bannerPath": "wix/banner.bmp",
|
||||||
|
"dialogImagePath": "wix/dialogImage.bmp"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updater": {
|
"updater": {
|
||||||
|
|
BIN
src-tauri/wix/banner.bmp
Normal file
BIN
src-tauri/wix/banner.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
src-tauri/wix/dialogImage.bmp
Normal file
BIN
src-tauri/wix/dialogImage.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
Loading…
Reference in a new issue