From 8df346ffce8315d4c16ed38450845b6c98f21655 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 12 May 2024 14:33:59 +0200 Subject: [PATCH] Disable the updater explicit --- runtime/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 809f6ce..e77beaa 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -42,6 +42,9 @@ "icons/icon.icns", "icons/icon.ico" ] + }, + "updater": { + "active": false } } }