mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
fix(module-registry): resolve manifest paths from registry in index update script
This commit is contained in:
@@ -34,7 +34,7 @@ def build_external_modules() -> list[dict]:
|
|||||||
version = manifest["version"]
|
version = manifest["version"]
|
||||||
with_gateway = manifest.get("withGateway", False)
|
with_gateway = manifest.get("withGateway", False)
|
||||||
|
|
||||||
rel_path = manifest_path.relative_to(ROOT / "repository").as_posix()
|
rel_path = manifest_path.relative_to(ROOT / "registry").as_posix()
|
||||||
|
|
||||||
entries.append(
|
entries.append(
|
||||||
{
|
{
|
||||||
@@ -55,4 +55,5 @@ def main() -> None:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user