1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Make sure build works on build box

This commit is contained in:
Reinhard Pointner 2016-04-10 04:55:51 +00:00
parent f7ac0a79d7
commit 44aea93b4e

View File

@ -14,7 +14,7 @@ fetch()
gunzip -k -f "$FILE"
fi
if [[ "${FILE##*.}" == "zip" ]]; then
unzip -o "$FILE"
7z e -y "$FILE"
fi
fi
}