feat(installer): add custom ICCery branded graphics for Windows WiX and NSIS installers #43

Merged
gronod merged 1 commits from feature/issue-42-custom-installer-branding into development 2026-08-24 11:36:07 +01:00
5 changed files with 12 additions and 1 deletions
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

+12 -1
View File
@@ -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"
}
}
} }
} }