diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 16:27:40 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 16:27:40 +0200 |
commit | 32a667555897549829cf6a704eca1c8955b039b7 (patch) | |
tree | 038759c646d344c488fa217c2533cee26efd6a6f /src-tauri | |
parent | 6dab771e6109725045cbd81f840717b0a43a33c0 (diff) | |
download | FlightCore-32a667555897549829cf6a704eca1c8955b039b7.tar.gz FlightCore-32a667555897549829cf6a704eca1c8955b039b7.zip |
Disable updater again for now
Diffstat (limited to 'src-tauri')
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index be216047..55c60239 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,7 +51,7 @@ "csp": null }, "updater": { - "active": true, + "active": false, "pubkey": "", "endpoints": [ "https://gist.githubusercontent.com/GeckoEidechse/a607a04213af58a0f6f98613b4bee863/raw/FlightCore-currentrelease.json" |