From a43c9bcaaa34ab8058ac855d24c5ac24930d7357 Mon Sep 17 00:00:00 2001 From: Paul Maskelyne Date: Sun, 29 Oct 2023 17:55:03 +0000 Subject: [PATCH] fix manifest path --- system/system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.json b/system/system.json index f78d6a51..8a5288fa 100644 --- a/system/system.json +++ b/system/system.json @@ -90,6 +90,6 @@ ], "socket": true, "url": "https://github.com/Muttley/foundryvtt-fallout", - "manifest": "https://github.com/Muttley/foundryvtt-fallout/main/system/system.json", + "manifest": "https://raw.githubusercontent.com/Muttley/foundryvtt-fallout/main/system/system.json", "download": "https://github.com/Muttley/foundryvtt-fallout/releases/download/release-11.1.2/fallout-release-11.1.2.zip" }