From d62c8c8dbc9ea2c8fd9047940ca5582c60205a3d Mon Sep 17 00:00:00 2001 From: Ender Date: Fri, 29 Mar 2024 17:32:04 +0100 Subject: [PATCH] Changed manifest to use the "latest" tag and zip without version suffix --- source/system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/system.json b/source/system.json index b6d4154..f73aab0 100644 --- a/source/system.json +++ b/source/system.json @@ -28,8 +28,8 @@ "primaryTokenAttribute": "lp", "secondaryTokenAttribute": "ap", "url": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5", - "manifest": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/raw/branch/main/source/system.json", - "download": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/releases/download/v2.6.0/midgard5-v2.6.0.zip", + "manifest": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/releases/download/latest/system.json", + "download": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/releases/download/latest/midgard5.zip", "initiative": "@c.calc.attributes.gw.value", "license": "LICENSE.txt" } \ No newline at end of file