fixed a silly mistake

This commit is contained in:
Lachee 2025-05-07 15:39:33 +10:00
parent 2015fd3423
commit 486b526bae

View File

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