Update gam-install.sh

This commit is contained in:
Jay Lee
2022-03-08 14:26:59 -05:00
committed by GitHub
parent 26116474c5
commit 8b9ce17959

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"