my bad
This commit is contained in:
parent
214e4285be
commit
089078472f
@ -248,10 +248,6 @@ pub fn uninstall_service(show_new_window: bool) -> bool {
|
|||||||
.args(&["remove", &format!("{}_server", crate::get_full_name())])
|
.args(&["remove", &format!("{}_server", crate::get_full_name())])
|
||||||
.status()
|
.status()
|
||||||
.ok();
|
.ok();
|
||||||
std::process::Command::new("pkill")
|
|
||||||
.arg(crate::get_app_name())
|
|
||||||
.status()
|
|
||||||
.ok();
|
|
||||||
if show_new_window {
|
if show_new_window {
|
||||||
std::process::Command::new("sh")
|
std::process::Command::new("sh")
|
||||||
.arg("-c")
|
.arg("-c")
|
||||||
@ -262,6 +258,10 @@ pub fn uninstall_service(show_new_window: bool) -> bool {
|
|||||||
.spawn()
|
.spawn()
|
||||||
.ok();
|
.ok();
|
||||||
}
|
}
|
||||||
|
std::process::Command::new("pkill")
|
||||||
|
.arg(crate::get_app_name())
|
||||||
|
.status()
|
||||||
|
.ok();
|
||||||
quit_gui();
|
quit_gui();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user