From 7bbf69198f8319ad93aa16b4d07a85c637173352 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:52:36 +0300 Subject: [PATCH] minor cfg attribute --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 6b60a0b..c28c4e9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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()