aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-10-03 15:09:58 +0200
committerGitHub <noreply@github.com>2022-10-03 15:09:58 +0200
commit9690e5efe7c8a02c86bd68f32906c1b2f731897b (patch)
tree05a2066b6d620a5250819f65e8da78091cd4e3c7
parentb23c2b5c2dccb3b33247525a43c4f344d0ba16f3 (diff)
parente2c80985c41fb4833bf418a00aa7661bdf42bf70 (diff)
downloadFlightCore-9690e5efe7c8a02c86bd68f32906c1b2f731897b.tar.gz
FlightCore-9690e5efe7c8a02c86bd68f32906c1b2f731897b.zip
Merge pull request #6 from GeckoEidechse/fix/temp-disable-updater
Temporarily disable updater to avoid failing builds
-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"