mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-13 00:22:03 +01:00
[SKIP CI] Stop producing gzipped copy of index file
Newer versions of the app uses the minified version instead.
This commit is contained in:
3
.github/scripts/create-repo.sh
vendored
3
.github/scripts/create-repo.sh
vendored
@@ -45,7 +45,4 @@ done | jq -sr '[.[]]' > index.json
|
||||
# Alternate minified copy
|
||||
jq -c '.' < index.json > index.min.json
|
||||
|
||||
# Alternate gzipped copy
|
||||
gzip -c index.json > index.json.gz
|
||||
|
||||
cat index.json
|
||||
|
||||
Reference in New Issue
Block a user