From f96c42e2443087a957f54f751f724f3b2e49d3de Mon Sep 17 00:00:00 2001 From: cosmo Date: Tue, 14 Apr 2026 01:10:05 +0200 Subject: [PATCH 1/2] add manifest and download URLs to module.json --- module.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module.json b/module.json index f784fcf..747f0e8 100644 --- a/module.json +++ b/module.json @@ -2,6 +2,8 @@ "id": "death-at-helfast-spire", "title": "Death at Helfast Spire", "version": "1.0.0", + "manifest": "https://git.geeks.gay/cosmo/dh-adventure-dahs/raw/branch/main/module.json", + "download": "https://git.geeks.gay/cosmo/dh-adventure-dahs/archive/1.0.0.zip", "compatibility": { "minimum": "14", "verified": "14" From bd7f428e384a5fb3eb90670f825a823a20b84c63 Mon Sep 17 00:00:00 2001 From: cosmo Date: Mon, 20 Apr 2026 17:05:18 +0200 Subject: [PATCH 2/2] remove action property from module configuration --- module.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module.json b/module.json index 747f0e8..42fa167 100644 --- a/module.json +++ b/module.json @@ -72,6 +72,5 @@ "compatibility": {} } ] - }, - "action": "manageModule" + } } \ No newline at end of file