Skip to content

Commit

Permalink
chore(updater): add another fallback url for updates (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Oct 2, 2024
1 parent 0e105b3 commit c826d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"endpoints": [
"https://mdns-browser-updates.knulp.duckdns.org/updates.json",
"https://mdns-browser-updates.knulp.home64.de/updates.json",
"https://mdns-browser-updates.knulp.v6.rocks/updates.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwQzYxQzI2MkI3NUI1RDgKUldUWXRYVXJKaHpHSUEvVmhlVGtNZW5HNXRNZ2xEREF3UkNtbXAxTW0zR0JJUVcveEhMZHFNMjgK"
Expand Down

0 comments on commit c826d18

Please sign in to comment.