From ccfce141d3069ac4fec71ed306fe79793694e1b6 Mon Sep 17 00:00:00 2001 From: Dmitry Kirdyashkin Date: Thu, 7 Dec 2023 23:01:47 +0300 Subject: [PATCH] v1.0.3.8 --- module.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json.template b/module.json.template index de16744..f697e03 100644 --- a/module.json.template +++ b/module.json.template @@ -16,8 +16,8 @@ "maximum": "11" }, "url": "${DRONE_REPO_LINK}", - "manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json", - "download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip", + "manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json", + "download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip", "styles": [ "styles/common.css", "styles/core.css",