Skip to content

Commit

Permalink
dc
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Oct 28, 2023
1 parent 24a745a commit f609a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ fn update(game: &Game, dir: &Path, bonus_content: bool, force: bool) {
}

fn launch(file_path: &PathBuf, args: &str) {
println!("\n\nJoin the AlterWare Discord server:\nhttps://discord.gg/2ETE8engZM\n\n");
println!("Launching {} {}", file_path.display(), args);
std::process::Command::new(file_path)
.args(args.trim().split(' '))
Expand Down

0 comments on commit f609a53

Please sign in to comment.