one more escape

This commit is contained in:
eevee
2025-03-30 15:03:11 +03:00
parent 1c3b7ed4f2
commit 661619ccd7

View File

@@ -24,7 +24,7 @@ internal static class CodesigningMachOExtensions
if (force)
arguments.Append(" -f");
arguments.Append($" {binary.FullName}");
arguments.Append($" \"{binary.FullName}\"");
using var process = Process.Start(
new ProcessStartInfo