diff --git a/dist.sh b/dist.sh index 3caeb50..782485c 100755 --- a/dist.sh +++ b/dist.sh @@ -6,7 +6,7 @@ ls */appinfo/info.xml|while read f;do app=$(echo $f|cut -d '/' -f 1) version=$(xml2json < $f|jq -r '.info.version["$t"]') if [ ! -f dist/${app}-${version}.tar.gz ]; then - find ${app} -print0 -type f|tar cvzf dist/${app}-${version}.tar.gz --null -T - + find ${app} -type f -print0|tar cvzf dist/${app}-${version}.tar.gz --null -T - else echo ${app} version ${version} up to date fi diff --git a/dist/files_opds-0.6.6.tar.gz b/dist/files_opds-0.6.6.tar.gz index 33e4ad7..8525cda 100644 Binary files a/dist/files_opds-0.6.6.tar.gz and b/dist/files_opds-0.6.6.tar.gz differ