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

@@ -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