aports/testing/cinny-desktop/0001-disable-tauri-updater.patch
fossdd 73cc05f879 testing/cinny-desktop: rename from cinny
There is also testing/cinny-web. To avoid confusion rename this one to
testing/cinny-desktop.

This is also how community/element-desktop and testing/element-web are
called.

It is also how upstream calls their GitHub repo.
2025-03-05 20:32:29 +00:00

25 lines
689 B
Diff

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