Fixed Android ZipFile function so that it successfuly runs on Linux OS systems

This commit is contained in:
Shaun Burns 2022-04-14 10:18:32 +10:00
Родитель f8ee242526
Коммит 00a10a9650
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ public static class AndroidLibraryHelper
.ToString();
processName = "cmd";
}
else if (Application.platform == RuntimePlatform.OSXEditor)
else if (Application.platform == RuntimePlatform.OSXEditor || Application.platform == RuntimePlatform.LinuxEditor)
{
args = stringBuilder
.Append("-c \"cd ")