feat(installer): add custom ICCery branded graphics for Windows WiX and NSIS installers #43
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 451 KiB |
@@ -32,6 +32,17 @@
|
|||||||
],
|
],
|
||||||
"resources": [
|
"resources": [
|
||||||
"argyll/**/*"
|
"argyll/**/*"
|
||||||
]
|
],
|
||||||
|
"windows": {
|
||||||
|
"wix": {
|
||||||
|
"bannerPath": "icons/wix-banner.bmp",
|
||||||
|
"dialogImagePath": "icons/wix-dialog.bmp"
|
||||||
|
},
|
||||||
|
"nsis": {
|
||||||
|
"installerIcon": "icons/icon.ico",
|
||||||
|
"headerImage": "icons/nsis-header.bmp",
|
||||||
|
"sidebarImage": "icons/nsis-sidebar.bmp"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user