Skip to content

Commit 7bbf691

Browse files
committed
minor cfg attribute
1 parent 1810fe7 commit 7bbf691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ fn main() {
348348

349349
Commands::Launch {} => {
350350
println!("{}", "Launching Geometry Dash...".bright_cyan());
351+
#[cfg(windows)]
351352
Command::new(&config.work_inst().path.join(&config.work_inst().executable))
352353
.current_dir(&config.work_inst().path)
353354
.spawn()

0 commit comments

Comments
 (0)