mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
fmt
This commit is contained in:
@@ -125,9 +125,7 @@ pub async fn install_dependencies(_install_path: &Path, force_reinstall: bool) {
|
|||||||
args.push("--force");
|
args.push("--force");
|
||||||
}
|
}
|
||||||
|
|
||||||
let result = std::process::Command::new("winget")
|
let result = std::process::Command::new("winget").args(&args).output();
|
||||||
.args(&args)
|
|
||||||
.output();
|
|
||||||
|
|
||||||
match result {
|
match result {
|
||||||
Ok(output) => {
|
Ok(output) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user