diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index f3016595..d6fc5e8a 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -2598,7 +2598,7 @@ Stop-Process -Name:komorebi -ErrorAction SilentlyContinue println!("Latest version of applications.yaml from https://github.com/LGUG2Z/komorebi-application-specific-configuration downloaded\n"); println!( "You can add this to your komorebi.json static configuration file like this: \n\n\"app_specific_configuration_path\": \"{}\"", - output_file.display() + output_file.display().to_string().replace("\\", "/") ); } SubCommand::ApplicationSpecificConfigurationSchema => {