mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
fix(ci): sort extensions by package name (#195)
This commit is contained in:
parent
8db4e2e856
commit
6edfd791c9
3
.github/scripts/create-repo.py
vendored
3
.github/scripts/create-repo.py
vendored
@ -95,6 +95,9 @@ for apk in REPO_APK_DIR.iterdir():
|
||||
}
|
||||
)
|
||||
|
||||
index_data.sort(key=lambda x: x["pkg"])
|
||||
index_min_data.sort(key=lambda x: x["pkg"])
|
||||
|
||||
with (REPO_DIR / "index.json").open("w", encoding="utf-8") as f:
|
||||
index_data_str = json.dumps(index_data, ensure_ascii=False, indent=2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user