diff --git a/lug-helper.sh b/lug-helper.sh index a391774..3534b57 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1009,9 +1009,7 @@ wine_check() { ob_output="$(od -An -t x1 -j 0x12 -N 1 "$file_path" 2>/dev/null | tr -d '[:space:]')" case "$ob_output" in "3e") echo "x86_64" ;; - "03"|"06") echo "i386" ;; "b7") echo "aarch64" ;; - "28") echo "aarch32" ;; *) echo "" ;; esac }