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.
This commit is contained in:
farling42
2025-03-27 21:52:49 +00:00
parent 559a45cdef
commit d2f5edf38e
+1 -1
View File
@@ -29,7 +29,7 @@
], ],
"url": "#{URL}#", "url": "#{URL}#",
"download": "#{DOWNLOAD}#", "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", "readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md", "changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues" "bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"