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,11 +125,9 @@ pub async fn install_dependencies(_install_path: &Path, force_reinstall: bool) {
|
||||
args.push("--force");
|
||||
}
|
||||
|
||||
let result = std::process::Command::new("winget")
|
||||
.args(&args)
|
||||
.output();
|
||||
let result = std::process::Command::new("winget").args(&args).output();
|
||||
|
||||
match result {
|
||||
match result {
|
||||
Ok(output) => {
|
||||
if output.status.success() {
|
||||
crate::println_info!("Successfully installed {}", package);
|
||||
|
||||
Reference in New Issue
Block a user