|
|
@@ -602,7 +602,7 @@ void EditorExportPlatformMacOS::get_export_options(List<ExportOption> *r_options
|
|
|
"open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}";
|
|
|
|
|
|
String cleanup_script = "#!/usr/bin/env bash\n"
|
|
|
- "kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")\n"
|
|
|
+ "pkill -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\"\n"
|
|
|
"rm -rf \"{temp_dir}\"";
|
|
|
|
|
|
r_options->push_back(ExportOption(PropertyInfo(Variant::BOOL, "ssh_remote_deploy/enabled"), false, true));
|