chore: update installerIcon on nsis config
This commit is contained in:
parent
53707a5083
commit
0151274659
@ -4,12 +4,13 @@
|
|||||||
"resources": ["resources/pre-install/**/*"],
|
"resources": ["resources/pre-install/**/*"],
|
||||||
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
|
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
|
||||||
"windows": {
|
"windows": {
|
||||||
|
"nsis": {
|
||||||
|
"installerHooks": "./windows/hooks.nsh",
|
||||||
|
"installerIcon": "icons/icon.ico"
|
||||||
|
},
|
||||||
"webviewInstallMode": {
|
"webviewInstallMode": {
|
||||||
"silent": true,
|
"silent": true,
|
||||||
"type": "downloadBootstrapper"
|
"type": "downloadBootstrapper"
|
||||||
},
|
|
||||||
"nsis": {
|
|
||||||
"installerHooks": "./windows/hooks.nsh"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user