build-package: make mime-type checking more robust

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent 44c397d8bf
commit c0950f525d

@ -40,11 +40,11 @@ check_nanodroid () {
esac
case ${mimetype} in
application/x-sharedlib )
*application/*sharedlib* )
# library
;;
application/zstd )
*application/*zstd* )
# APK
;;

Loading…
Cancel
Save