Skip to content

Commit

Permalink
Deactivated updater
Browse files Browse the repository at this point in the history
Signed-off-by: Douwe Schulte <[email protected]>
  • Loading branch information
douweschulte committed Mar 18, 2024
1 parent 0af324d commit 2fd957a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 2fd957a

Please sign in to comment.