From 5c3c262c145cdee0afde37169e2926fa4c85d972 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:27:42 +0530 Subject: [PATCH] disable tauri 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 431cd53..f093b4c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -49,7 +49,7 @@ } }, "updater": { - "active": true, + "active": false, "endpoints": [ "https://github.com/cinnyapp/cinny-desktop/releases/download/tauri/release.json" ], -- 2.35.1.windows.2