Unity task fix

This commit is contained in:
wrenge 2022-08-09 11:02:35 +03:00
parent b010f75d67
commit 0e520b02fd
1 changed files with 1 additions and 1 deletions

View File

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