Skip to content

Commit

Permalink
chore: change updater endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Aug 30, 2023
1 parent 4f54ca4 commit 316b9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"updater": {
"active": true,
"dialog": false,
"endpoints": ["https://pot-app.com/.netlify/functions/update"],
"endpoints": ["https://update.pot-app.com"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVBRTQxQTNDQjM5QzQzM0EKUldRNlE1eXpQQnJrV21mM1Bram5LRlF6UDA3K0Jab2FYL2lZSWhXTE5McWs2NUdJS0dtYkd5VGMK"
}
}
Expand Down

0 comments on commit 316b9c2

Please sign in to comment.