diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-24 21:08:46 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-24 21:08:54 +0300 |
commit | 586e15f676c9d215564ad5288810b5c1e9c9391d (patch) | |
tree | b2a6cd1df1df705e4aa9327ff1033d48ea4ba059 /src/manifest.json | |
parent | Replaced MS logo in Readme.md (#136) (diff) | |
download | libredirect-586e15f676c9d215564ad5288810b5c1e9c9391d.zip |
Fixing AutoUpdate by adding a key to manifest #118
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 533870db..9d6d1fcc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -61,5 +61,6 @@ "description": "Switch Instance" } }, - "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml" + "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml", + "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAroWDSoSRZ1scj+eJRrvnhJbrqXTKnhQuxs6+AJg16sqr0bsMdFV+MSY4i4xnK+K5WOYkBliWXgUyk/wzicoAjOnSJddrL/Md4FuWHI2NVIkrlsLOrYkygi5OLqGPajRH/w8Cdmg7KzEpXe/OnYV0/qS8li8huEdTzdeLdhfbiVl1j3DOr4OJALQ7mPeeNFHFo/oVQ+OkSezWLezA5jUGfhtzPYV6u1TXzX7lCi8E/BbDbwkvvXOMcjXCv08kjdLOY2djCA2a6zr0xAb3q8DlexAMZ8vMof7AQRFtBKhLc9n9VFoipMMdBOVQQj/eIcRILBrmkcZNnJxFKiHNJ+NcZQIDAQAB" } \ No newline at end of file |