diff --git a/src/RunGui.cpp b/src/RunGui.cpp index 2ed5ef62b..990366b07 100644 --- a/src/RunGui.cpp +++ b/src/RunGui.cpp @@ -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);