Fixed Android ZipFile function so that it successfuly runs on Linux OS systems
This commit is contained in:
Родитель
f8ee242526
Коммит
00a10a9650
|
@ -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 ")
|
||||
|
|
Загрузка…
Ссылка в новой задаче