Skip to content

Commit

Permalink
fix(komorebic): fix --ahk flag not working when KOMOREBI_CONFIG_HOME …
Browse files Browse the repository at this point in the history
…has a space in it

re LGUG2Z#1040
  • Loading branch information
DovieW committed Oct 15, 2024
1 parent cbe5b24 commit 0010378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komorebic/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,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()
);
Expand Down

0 comments on commit 0010378

Please sign in to comment.