From e81ead8e415169a84b8585a5f170c468f8137efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Thu, 13 Jun 2024 18:59:36 +0200 Subject: [PATCH] Disable auto updater --- 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 c62a4d8..5f22d3d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,7 +51,7 @@ "csp": null }, "updater": { - "active": true, + "active": false, "windows": { "installMode": "passive" },