diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 15:56:42 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 15:56:42 +0200 |
commit | 6dab771e6109725045cbd81f840717b0a43a33c0 (patch) | |
tree | 9a35adb9c6f77f0f1823a38fd12806b09ba465a4 /src-tauri | |
parent | da980bd8eb5912dc5b0097038669b38f8db03a37 (diff) | |
download | FlightCore-6dab771e6109725045cbd81f840717b0a43a33c0.tar.gz FlightCore-6dab771e6109725045cbd81f840717b0a43a33c0.zip |
Add updater mechanism
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/tauri.conf.json | 7 |
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": [ { |