From 120bddba62d9b9cc6e88407aa0eee5f219d2df58 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Fri, 29 Aug 2025 01:30:39 +0200 Subject: [PATCH] trying the windows config to bundle webview2loader.dll automatically. im not sure if this works --- src-tauri/tauri.conf.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9fd57f8..991d233 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -26,6 +26,20 @@ "icon": [ "icons/icon.ico", "icons/icon.png" - ] + ], + "windows": { + "allowDowngrades": true, + "certificateThumbprint": null, + "digestAlgorithm": null, + "nsis": null, + "signCommand": null, + "timestampUrl": null, + "tsp": false, + "webviewInstallMode": { + "silent": true, + "type": "downloadBootstrapper" + }, + "wix": null + } } }