fix: Add size info

This commit is contained in:
Kroese
2024-05-12 19:33:20 +02:00
committed by GitHub
parent 076ac14e79
commit 608938ada8

View File

@@ -213,7 +213,8 @@ PAT="/$BASE.pat"
rm -f "$PAT"
SIZE=0
[[ "$URL" == *"_69057.pat" ]] && SIZE=363837333
[[ "${URL,,}" == *"_69057.pat" ]] && SIZE=363837333
[[ "${URL,,}" == *"_42218.pat" ]] && SIZE=379637760
if [[ "$URL" == "file://"* ]]; then