1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/testing/cinny/0001-disable-tauri-updater.patch
2022-09-03 16:19:38 +00:00

25 lines
698 B
Diff

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