From 34cdff241bd811b90484b68a9684fe5dc8459a4d Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Fri, 29 Aug 2025 02:06:36 +0200 Subject: [PATCH] windows installer will hopefully work for this? --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 991d233..2e58e36 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -37,7 +37,7 @@ "tsp": false, "webviewInstallMode": { "silent": true, - "type": "downloadBootstrapper" + "type": "offlineInstaller" }, "wix": null }