* refactor: deprecate vulkan binary refactor: clean up vulkan lib chore: cleanup chore: clean up chore: clean up fix: build * fix: skip binaries download env * Update src-tauri/utils/src/system.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src-tauri/utils/src/system.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"bundle": {
|
|
"targets": ["nsis"],
|
|
"resources": [
|
|
"resources/pre-install/**/*",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|