Skip to content

Commit

Permalink
feat: Update updater endpoint to use new service URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzat committed Dec 30, 2024
1 parent 3331a5e commit a234f31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU0NUVCNTc5N0IyNURGNEMKUldSTTN5VjdlYlZlNUNreUsxY0NVaGNTbFp5c1lualgxZmJCUFc0bWhSYnFLaVRkSnpQcmdtQlIK",
"endpoints": [
"https://github.com/Tsuzat/Nota/releases/download/release-v{{current_version}}/latest.json"
]
"endpoints": ["https://nota-updater.dev-tsuzat.workers.dev/Nota"]
}
}
}

0 comments on commit a234f31

Please sign in to comment.