Update define.sh

This commit is contained in:
Kroese 2024-05-21 08:36:28 +02:00 committed by GitHub
parent ebbe77cb6d
commit 3ed082be24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -441,7 +441,7 @@ fromFile() {
local file="${1,,}" local file="${1,,}"
local arch="${PLATFORM,,}" local arch="${PLATFORM,,}"
case "${file/ /_}" in case "${file// /_}" in
*"_x64_"* | *"_x64."*) *"_x64_"* | *"_x64."*)
arch="x64" arch="x64"
;; ;;