aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 15:56:42 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-26 15:56:42 +0200
commit6dab771e6109725045cbd81f840717b0a43a33c0 (patch)
tree9a35adb9c6f77f0f1823a38fd12806b09ba465a4
parentda980bd8eb5912dc5b0097038669b38f8db03a37 (diff)
downloadFlightCore-6dab771e6109725045cbd81f840717b0a43a33c0.tar.gz
FlightCore-6dab771e6109725045cbd81f840717b0a43a33c0.zip
Add updater mechanism
-rw-r--r--src-tauri/tauri.conf.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 4d27fb35..be216047 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -51,7 +51,12 @@
"csp": null
},
"updater": {
- "active": false
+ "active": true,
+ "pubkey": "",
+ "endpoints": [
+ "https://gist.githubusercontent.com/GeckoEidechse/a607a04213af58a0f6f98613b4bee863/raw/FlightCore-currentrelease.json"
+ ],
+ "dialog": true
},
"windows": [
{