mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add -n option to the open command (#3291)
This commit is contained in:
parent
17f98cb278
commit
f787e31f8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue