Skip to content

Commit

Permalink
minor cfg attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jun 10, 2022
1 parent 1810fe7 commit 7bbf691
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 @@ -348,6 +348,7 @@ fn main() {

Commands::Launch {} => {
println!("{}", "Launching Geometry Dash...".bright_cyan());
#[cfg(windows)]
Command::new(&config.work_inst().path.join(&config.work_inst().executable))
.current_dir(&config.work_inst().path)
.spawn()
Expand Down

0 comments on commit 7bbf691

Please sign in to comment.