diff --git a/komorebic/src/main.rs b/komorebic/src/main.rs index 9614f411..c1a4bb0c 100644 --- a/komorebic/src/main.rs +++ b/komorebic/src/main.rs @@ -1785,7 +1785,7 @@ if (!(Get-Process whkd -ErrorAction SilentlyContinue)) let script = format!( r#" - Start-Process {ahk} {config} -WindowStyle hidden + Start-Process '{ahk}' '{config}' -WindowStyle hidden "#, config = config_ahk.display() );