Skip to content

Commit

Permalink
chore(updater): add alternative url due to issues with duckdns
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Sep 10, 2024
1 parent b3294d7 commit 7002327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"installMode": "passive"
},
"endpoints": [
"https://mdns-browser-updates.knulp.duckdns.org/updates.json"
"https://mdns-browser-updates.knulp.duckdns.org/updates.json",
"https://mdns-browser-updates.knulp.v6.rocks/updates.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwQzYxQzI2MkI3NUI1RDgKUldUWXRYVXJKaHpHSUEvVmhlVGtNZW5HNXRNZ2xEREF3UkNtbXAxTW0zR0JJUVcveEhMZHFNMjgK"
}
Expand Down

0 comments on commit 7002327

Please sign in to comment.