Skip to content

Commit

Permalink
launch: fix file-patching on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Dec 19, 2024
1 parent 71f685f commit 9f04af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/commands/launch/launcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl Launcher {
Ok(Some(if cfg!(target_os = "windows") {
super::platforms::windows(&self.arma3, &self.executable, &instances[0])?
} else {
super::platforms::linux(&args)?
super::platforms::linux(&instances[0])?
}))
} else {
let mut children = Vec::new();
Expand Down

0 comments on commit 9f04af8

Please sign in to comment.