Add banner and image to windows installer

This commit is contained in:
Krishan 2022-06-15 21:31:11 +05:30
parent 12c0647bcf
commit b1ea1bffef
3 changed files with 5 additions and 1 deletions

View file

@ -41,7 +41,11 @@
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
"timestampUrl": "",
"wix": {
"bannerPath": "wix/banner.bmp",
"dialogImagePath": "wix/dialogImage.bmp"
}
}
},
"updater": {

BIN
src-tauri/wix/banner.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB