Add banner and image to windows installer
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user