fix macos stop service on gui not restart
This commit is contained in:
parent
d75caad71f
commit
1f25a8af86
@ -258,12 +258,9 @@ pub fn uninstall_service(show_new_window: bool, sync: bool) -> bool {
|
||||
.status()
|
||||
.ok();
|
||||
if show_new_window {
|
||||
std::process::Command::new("sh")
|
||||
.arg("-c")
|
||||
.arg(&format!(
|
||||
"sleep 0.5; open /Applications/{}.app",
|
||||
crate::get_app_name(),
|
||||
))
|
||||
std::process::Command::new("open")
|
||||
.arg("-n")
|
||||
.arg(&format!("/Applications/{}.app", crate::get_app_name()))
|
||||
.spawn()
|
||||
.ok();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user