From 48b559970f1af5f05c121d7aa2d05387f7eaa0cc Mon Sep 17 00:00:00 2001 From: fzumpe <111559888+fzumpe@users.noreply.github.com> Date: Thu, 21 May 2026 02:22:19 +0200 Subject: [PATCH] Update download URL in module.json --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index cc31598..a8b43c5 100644 --- a/module.json +++ b/module.json @@ -55,5 +55,5 @@ ], "url": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances", "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-dnd5e-adaptive-resistances/refs/heads/V1.0.0/module.json", - "download": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/releases/download/V1.0.0/adaptive-damage-resistance.zip" + "download": "https://github.com/fzumpe/foundry-dnd5e-adaptive-resistances/archive/refs/tags/V1.0.0.zip" }