Skip to content

Commit

Permalink
Use open instead of runas
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Mar 12, 2024
1 parent 5e3cc99 commit 65c1cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/updater/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ impl Update {
let ret = unsafe {
ShellExecuteW(
0,
w!("runas"),
w!("open"),
file as _,
parameters as _,
std::ptr::null(),
Expand Down

0 comments on commit 65c1cbb

Please sign in to comment.