mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +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"]
|
||||
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(
|
||||
{
|
||||
@@ -55,4 +55,5 @@ def main() -> None:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user