chore: embed webview2 bootstrapper in tauri windows

This commit is contained in:
Minh141120 2025-09-16 18:43:32 +07:00
parent 5fa0826ee8
commit 022048f577

View File

@ -4,7 +4,11 @@
"resources": ["resources/pre-install/**/*"],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
"windows": {
"signCommand": "powershell -ExecutionPolicy Bypass -File ./sign.ps1 %1"
"signCommand": "powershell -ExecutionPolicy Bypass -File ./sign.ps1 %1",
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
}
}
}
}