Merge pull request #6482 from menloresearch/chore/embed-webview2-bootstrapper

chore: embed webview2 bootstrapper in tauri windows
This commit is contained in:
Nguyen Ngoc Minh 2025-09-16 05:20:46 -07:00 committed by GitHub
commit e579eed2f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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