[desktop/tauri] Add icon to the nsis insteller

This commit is contained in:
Vladimir Stoilov
2024-05-31 10:49:40 +03:00
parent f07f4e6988
commit f8685584cb
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,8 @@
"windows": {
"nsis": {
"installMode": "perMachine",
"installerHooks": "templates/nsis_install_hooks.nsh"
"installerHooks": "templates/nsis_install_hooks.nsh",
"installerIcon": "../../../assets/data/icons/pm_light.ico"
},
"wix": {
"fragmentPaths": [