mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-27 12:29:29 +00:00
5ea46024e9
Set the NSIS installer and uninstaller icon to the existing Firelink .ico asset so Windows setup files do not fall back to the default NSIS icon.
28 lines
487 B
JSON
28 lines
487 B
JSON
{
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Firelink",
|
|
"width": 1280,
|
|
"height": 760,
|
|
"minWidth": 960,
|
|
"minHeight": 640,
|
|
"transparent": true,
|
|
"windowEffects": {
|
|
"effects": ["mica"],
|
|
"state": "active"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"windows": {
|
|
"nsis": {
|
|
"installerIcon": "icons/icon.ico",
|
|
"uninstallerIcon": "icons/icon.ico"
|
|
}
|
|
}
|
|
}
|
|
}
|