diff options
author | Soispha <soispha@vhack.eu> | 2023-10-22 21:15:25 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-22 21:15:25 +0200 |
commit | de331480782d3e35bed0d52f2e3cd38d1ebabf8f (patch) | |
tree | aaca53599a61c40a589accae42a4050cd00febf6 /src/updates | |
parent | chore(treewide): Add flake and README (diff) | |
download | libredirect-de331480782d3e35bed0d52f2e3cd38d1ebabf8f.zip |
fix(manifest.json): Remove updating feature
Diffstat (limited to 'src/updates')
-rw-r--r-- | src/updates/updates.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/updates/updates.xml b/src/updates/updates.xml deleted file mode 100644 index 2dc06da9..00000000 --- a/src/updates/updates.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> - <app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'> - <updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.8.0/libredirect-2.8.0.crx' version='2.8.0' /> - </app> -</gupdate> |