Update gam-install.sh

This commit is contained in:
Jay Lee
2021-10-06 08:01:29 -04:00
committed by GitHub
parent 615e48fffc
commit 32ccf414ea

View File

@@ -128,7 +128,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-x86_64.tar.xz" gamfile="macos-universal2.tar.xz"
;; ;;
MINGW64_NT*) MINGW64_NT*)
gamos="windows" gamos="windows"