chore: update installerIcon on nsis config

This commit is contained in:
Minh141120 2025-09-22 20:33:13 +07:00
parent 53707a5083
commit 0151274659

View File

@ -4,12 +4,13 @@
"resources": ["resources/pre-install/**/*"],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
"windows": {
"nsis": {
"installerHooks": "./windows/hooks.nsh",
"installerIcon": "icons/icon.ico"
},
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
},
"nsis": {
"installerHooks": "./windows/hooks.nsh"
}
}
}