From b5c33b0b9d3236e3ebdd7d7c07094534104df5e5 Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 2 Apr 2023 23:44:59 -0700 Subject: [PATCH] test --- unity-get-container/get_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")