-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from flathub/update-4c04073
Update pocket-sync to 2.4.0
- Loading branch information
Showing
4 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From e1d9e4233c9ce21a380d70d14bf2ddefb398ee62 Mon Sep 17 00:00:00 2001 | ||
From: Bastien Nocera <[email protected]> | ||
Date: Wed, 1 Feb 2023 22:01:55 +0100 | ||
Subject: [PATCH] Disable Tauri auto-updater | ||
|
||
It wouldn't be able to update itself anyway, as the binary can't | ||
overwrite itself. | ||
--- | ||
src-tauri/tauri.conf.json | 7 +------ | ||
1 file changed, 1 insertion(+), 6 deletions(-) | ||
|
||
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json | ||
index fe3c071..40fe791 100644 | ||
--- a/src-tauri/tauri.conf.json | ||
+++ b/src-tauri/tauri.conf.json | ||
@@ -68,12 +68,7 @@ | ||
"csp": null | ||
}, | ||
"updater": { | ||
- "active": true, | ||
- "dialog": true, | ||
- "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVEQzEwQTA4MUMwQTk0OEEKUldTS2xBb2NDQXJCN1VXbjJHZVZhTkpvcDJTTHcxRXFRd3F4S2dMcS9yc1NJZ2xxbFMvZFJWUS8K", | ||
- "endpoints": [ | ||
- "https://github.com/neil-morrison44/pocket-sync/releases/latest/download/latest.json" | ||
- ] | ||
+ "active": false | ||
}, | ||
"windows": [ | ||
{ | ||
-- | ||
2.39.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters