From adb948e5eca4d809b300d912b92b5542bd067452 Mon Sep 17 00:00:00 2001 From: t0stiman <18124323+t0stiman@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:40:58 +0100 Subject: [PATCH] add repo.json --- repository.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 repository.json diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..da6b847 --- /dev/null +++ b/repository.json @@ -0,0 +1,9 @@ +{ + "Releases": [ + { + "Id": "Tostiman's test map", + "Version": "0.0.2", + "DownloadUrl": "https://git.tostiman.com/tostiman/dv-testimap/releases/download/v0.0.2/dv-testimap-v0.0.2.zip" + } + ] +}