mirror of
https://github.com/whoeevee/ivinject.git
synced 2026-01-08 23:25:03 +00:00
one more escape
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user