Skip to content

Commit

Permalink
Add updater config to main tauri config file
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Jan 2, 2025
1 parent a86c3ff commit 8959c74
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
"productName": "XI Tinkerer",
"version": "0.3.1",
"identifier": "inouno.xi-tinkerer",
"plugins": {},
"plugins": {
"updater": {
"endpoints": [
"https://github.com/InoUno/xi-tinkerer/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY0RUQ2MzREQjEzNDdBOTYKUldTV2VqU3hUV1B0OUV3KytyUDN0aHl4MjNGQmQ5TkhFV0JqV2VJVW9mL290dmRyYmZML1RCTGcK"
}
},
"app": {
"withGlobalTauri": false,
"windows": [
Expand Down

0 comments on commit 8959c74

Please sign in to comment.