From 572c3fca424882ae38003fc693375ca800d2cea7 Mon Sep 17 00:00:00 2001 From: t0stiman <18124323+t0stiman@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:31:41 +0100 Subject: [PATCH] release 0.0.1 --- .gitignore | 1 + info.json | 2 +- repository.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 252c216..f8f6111 100644 --- a/.gitignore +++ b/.gitignore @@ -400,3 +400,4 @@ FodyWeavers.xsd facesbundle s060 s282 +*.zip \ No newline at end of file diff --git a/info.json b/info.json index e367029..c99e219 100644 --- a/info.json +++ b/info.json @@ -5,5 +5,5 @@ "Author": "Tostiman", "EntryMethod": "dv_locofaces.Main.Load", "ManagerVersion": "0.27.3", - "Repository": "https://github.com/t0stiman/dv_locofaces/blob/main/repository.json" + "Repository": "https://git.tostiman.com/tostiman/dv_locofaces/raw/branch/master/repository.json" } diff --git a/repository.json b/repository.json index c5b0158..d845906 100644 --- a/repository.json +++ b/repository.json @@ -3,7 +3,7 @@ { "Id": "dv_locofaces", "Version": "0.0.1", - "DownloadUrl": "https://github.com/t0stiman/dv_locofaces/releases/download/0.0.1/dv_locofaces_v0.0.1.zip" + "DownloadUrl": "https://git.tostiman.com/tostiman/dv_locofaces/releases/download/0.0.1/dv_locofaces_v0.0.1.zip" } ] }