chore: embed webview2 bootstrapper in tauri windows
This commit is contained in:
parent
5fa0826ee8
commit
022048f577
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user