(Windows) Use contrast icon for installer and UI app binary
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
"nsis": {
|
||||
"installMode": "perMachine",
|
||||
"installerHooks": "templates/nsis/install_hooks.nsh",
|
||||
"installerIcon": "../../../assets/data/icons/pm_light.ico"
|
||||
"installerIcon": "../../../assets/data/icons/pm_light_contrast.ico"
|
||||
},
|
||||
"wix": {
|
||||
"fragmentPaths": [
|
||||
@@ -141,8 +141,9 @@
|
||||
"rpm",
|
||||
"nsis" //, "msi"
|
||||
],
|
||||
"icon": [
|
||||
"icon": [
|
||||
"../../../assets/data/icons/pm_dark_512.png",
|
||||
"../../../assets/data/icons/pm_light_contrast.ico",
|
||||
"../../../assets/data/icons/pm_dark.ico",
|
||||
"../../../assets/data/icons/pm_light_512.png",
|
||||
"../../../assets/data/icons/pm_light.ico"
|
||||
|
||||
Reference in New Issue
Block a user