Added windows arm.
This commit is contained in:
@@ -8,6 +8,10 @@ case $TARGET in
|
|||||||
UNITY_TARGET=Win64
|
UNITY_TARGET=Win64
|
||||||
BUILD_ARG=-buildWindows64Player
|
BUILD_ARG=-buildWindows64Player
|
||||||
;;
|
;;
|
||||||
|
"windowsarm")
|
||||||
|
UNITY_TARGET=Win
|
||||||
|
BUILD_ARG=-buildWindows64Player
|
||||||
|
;;
|
||||||
"windows32bit")
|
"windows32bit")
|
||||||
UNITY_TARGET=Win
|
UNITY_TARGET=Win
|
||||||
BUILD_ARG=-buildWindowsPlayer
|
BUILD_ARG=-buildWindowsPlayer
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ TARGET=$(echo "$UNITY_TARGET" | awk '{print tolower($0)}')
|
|||||||
BUILD_ARG=""
|
BUILD_ARG=""
|
||||||
REVISION="3"
|
REVISION="3"
|
||||||
case $TARGET in
|
case $TARGET in
|
||||||
"windows" | "windows32bit")
|
"windows" | "windows32bit" | "windowsarm")
|
||||||
UNITY_TARGET=windows-mono-$REVISION
|
UNITY_TARGET=windows-mono-$REVISION
|
||||||
;;
|
;;
|
||||||
"mac" | "osx")
|
"mac" | "osx")
|
||||||
|
|||||||
Reference in New Issue
Block a user