Unity task fix
This commit is contained in:
parent
b010f75d67
commit
0e520b02fd
|
@ -9,7 +9,7 @@ task('unity', function()
|
||||||
if(is_win())
|
if(is_win())
|
||||||
{
|
{
|
||||||
$unity_app_path = "'$unity_path/Editor/Unity.exe'";
|
$unity_app_path = "'$unity_path/Editor/Unity.exe'";
|
||||||
run_background_proc($unity_app_path, ['-projectPath', "'$proj_path'"]);
|
run_background_proc($unity_app_path, ['-projectPath', "$proj_path"]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue