From 2fd957ae0f25335ba8c3eb560c169b312b8da7a9 Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Mon, 18 Mar 2024 17:24:05 +0100 Subject: [PATCH] Deactivated updater Signed-off-by: Douwe Schulte --- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cdbc01a..317d9ab 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ tauri = { version = "1.6", features = ["dialog-open", "updater"] } itertools = "0.12" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.6", features = ["shell-open", "dialog-open", "updater"] } +tauri = { version = "1.6", features = ["shell-open", "dialog-open"] } rustyms = { version = "0.8.3", default-features = false, features = [ "identification", "align", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d173253..c92db43 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -62,11 +62,12 @@ "csp": null }, "updater": { - "active": true, + "active": false, "endpoints": [ "https://gist.github.com/douweschulte/4afc3cac1a8f12473b281ac4e255e636" ], - "dialog": true + "dialog": true, + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJGQTVFRjQwREVERjBBRjkKUldUNUN0L2VRTytsdjhrSjRDY1ZWVlNCOFNYV292anozRXZyZDR0eC95c3FMRWtjdWM1MHpIczIK" }, "windows": [ {