Skip to content

Commit 022048f

Browse files
committed
chore: embed webview2 bootstrapper in tauri windows
1 parent 5fa0826 commit 022048f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src-tauri/tauri.windows.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"resources": ["resources/pre-install/**/*"],
55
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
66
"windows": {
7-
"signCommand": "powershell -ExecutionPolicy Bypass -File ./sign.ps1 %1"
7+
"signCommand": "powershell -ExecutionPolicy Bypass -File ./sign.ps1 %1",
8+
"webviewInstallMode": {
9+
"silent": true,
10+
"type": "downloadBootstrapper"
11+
}
812
}
913
}
1014
}

0 commit comments

Comments
 (0)