From 9b3cb0bd26fa3599bcad3459e7db0080f666a257 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Wed, 30 Jul 2025 19:13:07 +0200 Subject: [PATCH] fix: remove duplicate key --- src-tauri/tauri.conf.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f95f668..e0226a2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -50,12 +50,6 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ], - "windows": { - "webviewInstallMode": { - "silent": true, - "type": "downloadBootstrapper" - } - } + ] } } \ No newline at end of file