chore(windows): use Firelink icon for NSIS installer

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.
This commit is contained in:
NimBold
2026-07-06 16:44:08 +03:30
parent a2a3b08d4e
commit 5ea46024e9
+7 -1
View File
@@ -16,6 +16,12 @@
]
},
"bundle": {
"targets": ["nsis"]
"targets": ["nsis"],
"windows": {
"nsis": {
"installerIcon": "icons/icon.ico",
"uninstallerIcon": "icons/icon.ico"
}
}
}
}