Update mido.sh

This commit is contained in:
Kroese 2025-03-05 08:31:31 +01:00 committed by GitHub
parent 120c497251
commit 168cc5021e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,11 +343,6 @@ getWindows() {
* ) error "Invalid VERSION specified, value \"$version\" is not recognized!" ;;
esac
if [[ "${PLATFORM,,}" != "x64" ]]; then
MIDO_URL=""
return 1
fi
MIDO_URL=$(getMido "$version" "$lang" "")
[ -z "$MIDO_URL" ] && return 1