Add -n option to the open command (#3291)
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ namespace {
|
||||
CFStringGetCStringPtr(macPath, CFStringGetSystemEncoding());
|
||||
|
||||
proc.setProgram("open");
|
||||
proc.setArguments({pathPtr, "--args", "--crash-recovery"});
|
||||
proc.setArguments({pathPtr, "-n", "--args", "--crash-recovery"});
|
||||
|
||||
CFRelease(appUrlRef);
|
||||
CFRelease(macPath);
|
||||
|
||||
Reference in New Issue
Block a user