Added windows arm.

This commit is contained in:
2024-08-04 12:39:18 -07:00
parent 07120a1d3d
commit aa3b0fa397
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ TARGET=$(echo "$UNITY_TARGET" | awk '{print tolower($0)}')
BUILD_ARG=""
REVISION="3"
case $TARGET in
"windows" | "windows32bit")
"windows" | "windows32bit" | "windowsarm")
UNITY_TARGET=windows-mono-$REVISION
;;
"mac" | "osx")