Skip to content

Commit 7f800e5

Browse files
committed
New Build, thanks const [, , , , , , pkg_family, pkg] = app.pkg_webpage.split(
1 parent 1ea3c60 commit 7f800e5

6 files changed

Lines changed: 241 additions & 13153 deletions

File tree

web/postbuild.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ readdirSync("./src/pages/repo/").forEach((repo) => {
1010
);
1111

1212
apps.forEach((app) => {
13+
const [, , , , , , pkg_family, pkg] = app.pkg_webpage.split("/");
14+
1315
writeFileSync(
14-
`./dist/repo/${repo}/${arch}/${app.pkg_family}/${app.pkg_name}/raw.json`,
16+
`./dist/repo/${repo}/${arch}/${pkg_family}/${pkg}/raw.json`,
1517
JSON.stringify(app, null, 2)
1618
);
1719
});

web/src/metadata_bincache_aarch64-linux.json

Lines changed: 0 additions & 4 deletions
Large diffs are not rendered by default.

web/src/pages/repo/bincache/aarch64-linux/_apps.json

Lines changed: 75 additions & 5354 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)