forked from Conjure-Tools/unity-runner
fixed a silly mistake
This commit is contained in:
parent
2015fd3423
commit
486b526bae
@ -38,7 +38,7 @@ fi
|
|||||||
if [ -z "${GAMECI_OS}" ]; then
|
if [ -z "${GAMECI_OS}" ]; then
|
||||||
|
|
||||||
# windows-il2cpp requires windows OS
|
# windows-il2cpp requires windows OS
|
||||||
if [ "${GAMECI_OS}" = "windows-il2cpp" ]; then
|
if [ "${UNITY_PLATFORM}" = "windows-il2cpp" ]; then
|
||||||
GAMECI_OS="windows"
|
GAMECI_OS="windows"
|
||||||
else
|
else
|
||||||
GAMECI_OS="ubuntu"
|
GAMECI_OS="ubuntu"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user