diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-10-04 22:03:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 22:03:44 +0200 |
commit | 5912e98a02e799b7ad6c910567fe18988ab84798 (patch) | |
tree | e1f79d454123f51d2a5c0adbc9d4eeee07186df5 /src-tauri/tauri.conf.json | |
parent | 86c42dcdd4dc98405be8bc60e2063d0795653cf2 (diff) | |
download | FlightCore-5912e98a02e799b7ad6c910567fe18988ab84798.tar.gz FlightCore-5912e98a02e799b7ad6c910567fe18988ab84798.zip |
fix: Re-enable self updating mechanism
Diffstat (limited to 'src-tauri/tauri.conf.json')
-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 8a57c93e..e81faee5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,7 +51,7 @@ "csp": null }, "updater": { - "active": false, + "active": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVBNjM3NzJGRDgxMTU4NUUKUldSZVdCSFlMM2RqNmdhK3pIZjhEYWg2WnZGSFJqdkhLSHNOSjNhaW5VQVFLaHV3YWFDTnFKWWQK", "endpoints": [ "https://github.com/GeckoEidechse/FlightCore/releases/latest/download/latest-release.json" |