diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-03 15:06:41 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-03 15:06:41 +0200 |
commit | e2c80985c41fb4833bf418a00aa7661bdf42bf70 (patch) | |
tree | 05a2066b6d620a5250819f65e8da78091cd4e3c7 /src-tauri | |
parent | b23c2b5c2dccb3b33247525a43c4f344d0ba16f3 (diff) | |
download | FlightCore-e2c80985c41fb4833bf418a00aa7661bdf42bf70.tar.gz FlightCore-e2c80985c41fb4833bf418a00aa7661bdf42bf70.zip |
fix: Temp. disable updater to avoid failing builds
Should be re-enabled before merging and in the longterm disabled in CI
if private key is missing.
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 4b60c843..2860d1a1 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": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVBNjM3NzJGRDgxMTU4NUUKUldSZVdCSFlMM2RqNmdhK3pIZjhEYWg2WnZGSFJqdkhLSHNOSjNhaW5VQVFLaHV3YWFDTnFKWWQK", "endpoints": [ "https://github.com/GeckoEidechse/FlightCore/releases/latest/download/latest-release.json" |