Skip to content

Commit 2fd957a

Browse files
committed
Deactivated updater
Signed-off-by: Douwe Schulte <d.schulte@uu.nl>
1 parent 0af324d commit 2fd957a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tauri = { version = "1.6", features = ["dialog-open", "updater"] }
1818
itertools = "0.12"
1919
serde_json = "1.0"
2020
serde = { version = "1.0", features = ["derive"] }
21-
tauri = { version = "1.6", features = ["shell-open", "dialog-open", "updater"] }
21+
tauri = { version = "1.6", features = ["shell-open", "dialog-open"] }
2222
rustyms = { version = "0.8.3", default-features = false, features = [
2323
"identification",
2424
"align",

src-tauri/tauri.conf.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@
6262
"csp": null
6363
},
6464
"updater": {
65-
"active": true,
65+
"active": false,
6666
"endpoints": [
6767
"https://gist.github.com/douweschulte/4afc3cac1a8f12473b281ac4e255e636"
6868
],
69-
"dialog": true
69+
"dialog": true,
70+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJGQTVFRjQwREVERjBBRjkKUldUNUN0L2VRTytsdjhrSjRDY1ZWVlNCOFNYV292anozRXZyZDR0eC95c3FMRWtjdWM1MHpIczIK"
7071
},
7172
"windows": [
7273
{

0 commit comments

Comments
 (0)