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
|
||||
|
||||
Reference in New Issue
Block a user