Skip to content

Commit

Permalink
fix: wrong update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xstoudi committed Jul 21, 2023
1 parent 39a09d5 commit 34f8a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Alduin",
"version": "3.1.0"
"version": "3.0.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"updater": {
"active": true,
"endpoints": [
"https://alduin.stouder.io/update/{{target}}/{{arch}}/{{version}}"
"https://alduin.stouder.io/update/{{target}}/{{arch}}/{{current_version}}"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNEQUQ2MTY4NERDRTc0QUIKUldTcmRNNU5hR0d0UFphQ0Y0ZXBhVG9IRWsxcFNwUTlMWjBoKytkUld1ZFpFcnBOZFNWRHh5bmUK"
Expand Down

0 comments on commit 34f8a35

Please sign in to comment.