Update gam-install.sh

This commit is contained in:
Jay Lee
2022-02-02 14:22:45 -05:00
committed by GitHub
parent f5e9aea2ac
commit a8155b9a39

View File

@ -129,7 +129,7 @@ case $gamos in
this_macos_ver=$osversion this_macos_ver=$osversion
fi fi
echo "You are running MacOS $this_macos_ver" echo "You are running MacOS $this_macos_ver"
gamfile="macos-universal2.tar.xz" gamfile="macos-x86_64.tar.xz"
;; ;;
MINGW64_NT*) MINGW64_NT*)
gamos="windows" gamos="windows"