fix build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
bff54a61f8
commit
83c110e528
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ fn elevate_install(
|
|||
if !same_plugin_exists {
|
||||
args.push(&plugin_url);
|
||||
}
|
||||
allowed_install = match crate::platform::elevate(args) {
|
||||
let allowed_install = match crate::platform::elevate(args) {
|
||||
Ok(Some(mut child)) => match child.wait() {
|
||||
Ok(status) => {
|
||||
if status.success() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue