diff --git a/unity-get-container/get_container.sh b/unity-get-container/get_container.sh index 8d81026..45b6775 100644 --- a/unity-get-container/get_container.sh +++ b/unity-get-container/get_container.sh @@ -9,7 +9,7 @@ case $TARGET in "windows" | "windows32bit") UNITY_TARGET=windows-mono-1.0.1 ;; - "mac") + "mac" | "osx") UNITY_TARGET=mac-mono-1.0.1 ;; "ios")