24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"app": {
|
|
"security": {
|
|
"capabilities": ["default"]
|
|
}
|
|
},
|
|
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"resources": ["resources/pre-install/**/*", "resources/lib/vulkan-1.dll", "resources/lib/vc_redist.x64.exe", "resources/LICENSE"],
|
|
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
|
|
"windows": {
|
|
"nsis": {
|
|
"installerHooks": "./windows/hooks.nsh",
|
|
"installerIcon": "icons/icon.ico"
|
|
},
|
|
"webviewInstallMode": {
|
|
"silent": true,
|
|
"type": "downloadBootstrapper"
|
|
}
|
|
}
|
|
}
|
|
}
|