aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-03 15:06:41 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-03 15:06:41 +0200
commite2c80985c41fb4833bf418a00aa7661bdf42bf70 (patch)
tree05a2066b6d620a5250819f65e8da78091cd4e3c7 /src-tauri
parentb23c2b5c2dccb3b33247525a43c4f344d0ba16f3 (diff)
downloadFlightCore-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.json2
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"