From 48c4ad45995f35b0e458f3e0fdb17ba61bda4bce 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 10a9d32..1e0707b 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.42.0