From d2f5edf38ee20e849e1db61a394fbf89997d071d Mon Sep 17 00:00:00 2001 From: farling42 Date: Thu, 27 Mar 2025 21:52:49 +0000 Subject: [PATCH] Store hardcoded manifest link in module.json Older versions use an explicit pointer to module.json in the source tree rather than the version on each release. --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index adb0cb7..d16ff02 100644 --- a/module.json +++ b/module.json @@ -29,7 +29,7 @@ ], "url": "#{URL}#", "download": "#{DOWNLOAD}#", - "manifest": "#{MANIFEST}#", + "manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json", "readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md", "changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md", "bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"