diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:38:56 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 18:38:56 +0200 |
commit | de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980 (patch) | |
tree | 87917f4284da56981c2832bdd79e1c26eed94635 /src-tauri/tauri.conf.json | |
parent | 7572f51890fc5081502d3f7c1b8b5a2751ab9b1d (diff) | |
download | FlightCore-de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980.tar.gz FlightCore-de32f2e4c1d8cacfe3e314cff97ec62ddfa7e980.zip |
Re-enable updater
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r-- | src-tauri/tauri.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 55c60239..57da488b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,8 +51,8 @@ "csp": null }, "updater": { - "active": false, - "pubkey": "", + "active": true, + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVBNjM3NzJGRDgxMTU4NUUKUldSZVdCSFlMM2RqNmdhK3pIZjhEYWg2WnZGSFJqdkhLSHNOSjNhaW5VQVFLaHV3YWFDTnFKWWQK", "endpoints": [ "https://gist.githubusercontent.com/GeckoEidechse/a607a04213af58a0f6f98613b4bee863/raw/FlightCore-currentrelease.json" ], |