Remove unused fields in minified index (#9)
This commit is contained in:
parent
1f51142548
commit
6a6211fcdc
|
@ -63,6 +63,6 @@ for APK in ${APKS[@]}; do
|
|||
done | jq -sr '[.[]]' > index.json
|
||||
|
||||
# Alternate minified copy
|
||||
jq -c '.' < index.json > index.min.json
|
||||
jq -c 'map(del(.hasReadme, .hasChangelog, .sources.[]["versionId", "hasCloudflare"]))' < index.json > index.min.json
|
||||
|
||||
cat index.json
|
||||
|
|
Loading…
Reference in New Issue