add back mac os exit when running from bundle

macos-click-through
Keith Simmons 4 years ago
parent fed63a9507
commit 9b26d4b4d5

@ -127,6 +127,7 @@ fn main() {
.arg("--disowned")
.spawn()
.is_ok());
return;
} else {
eprintln!("error in disowning process, cannot obtain the path for the current executable, continuing without disowning...");
}

Loading…
Cancel
Save