Updated revision of getting unity containers.
This commit is contained in:
@@ -5,27 +5,28 @@ UNITY_VERSION="$2"
|
|||||||
|
|
||||||
TARGET=$(echo "$UNITY_TARGET" | awk '{print tolower($0)}')
|
TARGET=$(echo "$UNITY_TARGET" | awk '{print tolower($0)}')
|
||||||
BUILD_ARG=""
|
BUILD_ARG=""
|
||||||
|
REVISION="3"
|
||||||
case $TARGET in
|
case $TARGET in
|
||||||
"windows" | "windows32bit")
|
"windows" | "windows32bit")
|
||||||
UNITY_TARGET=windows-mono-1
|
UNITY_TARGET=windows-mono-$REVISION
|
||||||
;;
|
;;
|
||||||
"mac" | "osx")
|
"mac" | "osx")
|
||||||
UNITY_TARGET=mac-mono-1
|
UNITY_TARGET=mac-mono-$REVISION
|
||||||
;;
|
;;
|
||||||
"ios")
|
"ios")
|
||||||
UNITY_TARGET=ios-1
|
UNITY_TARGET=ios-$REVISION
|
||||||
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
||||||
;;
|
;;
|
||||||
"linux")
|
"linux")
|
||||||
UNITY_TARGET=base-1
|
UNITY_TARGET=base-$REVISION
|
||||||
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
||||||
;;
|
;;
|
||||||
"android")
|
"android")
|
||||||
UNITY_TARGET=android-1
|
UNITY_TARGET=android-$REVISION
|
||||||
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
||||||
;;
|
;;
|
||||||
"webgl")
|
"webgl")
|
||||||
UNITY_TARGET=webgl-1
|
UNITY_TARGET=webgl-$REVISION
|
||||||
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
UNITY_VERSION=ubuntu-$UNITY_VERSION
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user