Added windows arm.
This commit is contained in:
@@ -8,6 +8,10 @@ case $TARGET in
|
||||
UNITY_TARGET=Win64
|
||||
BUILD_ARG=-buildWindows64Player
|
||||
;;
|
||||
"windowsarm")
|
||||
UNITY_TARGET=Win
|
||||
BUILD_ARG=-buildWindows64Player
|
||||
;;
|
||||
"windows32bit")
|
||||
UNITY_TARGET=Win
|
||||
BUILD_ARG=-buildWindowsPlayer
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user