mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 01:58:51 +02:00
fix(wm): refer AHK_EXE
This commit is contained in:
@@ -277,7 +277,7 @@ pub fn load_configuration() -> Result<()> {
|
|||||||
.ok_or_else(|| anyhow!("cannot convert path to string"))?
|
.ok_or_else(|| anyhow!("cannot convert path to string"))?
|
||||||
);
|
);
|
||||||
|
|
||||||
Command::new("autohotkey.exe")
|
Command::new(&*AHK_EXE)
|
||||||
.arg(config_ahk.as_os_str())
|
.arg(config_ahk.as_os_str())
|
||||||
.output()?;
|
.output()?;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user