mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 11:51:29 +03:00
@@ -179,7 +179,7 @@ fn elevate_install(
|
|||||||
if !same_plugin_exists {
|
if !same_plugin_exists {
|
||||||
args.push(&plugin_url);
|
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(Some(mut child)) => match child.wait() {
|
||||||
Ok(status) => {
|
Ok(status) => {
|
||||||
if status.success() {
|
if status.success() {
|
||||||
|
|||||||
Reference in New Issue
Block a user