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": {