From c1f6239c511d69d72579d9e36da7ce1cb0b7f75d Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 19 Mar 2022 12:00:57 +0300 Subject: Adding auto upadate structure #118 --- src/manifest.json | 3 ++- src/updates/updates.xml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/updates/updates.xml (limited to 'src') diff --git a/src/manifest.json b/src/manifest.json index e2d05518..00c98148 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,5 +54,6 @@ }, "description": "Switch Instance" } - } + }, + "update_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/updates/updates.xml" } \ No newline at end of file diff --git a/src/updates/updates.xml b/src/updates/updates.xml new file mode 100644 index 00000000..87c37684 --- /dev/null +++ b/src/updates/updates.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit 1.4.1