chore(release): v0.1.29

This commit is contained in:
LGUG2Z
2024-09-26 18:14:00 -07:00
parent d6ae81af13
commit 818ac3404c
9 changed files with 9 additions and 7 deletions

View File

@@ -1417,7 +1417,7 @@ fn main() -> Result<()> {
std::fs::write(WHKD_CONFIG_DIR.join("whkdrc"), whkdrc)?;
println!("Example komorebi.json, komorebi.bar.json, whkdrc and latest applications.yaml files created");
println!("You can now run komorebic start --whkd");
println!("You can now run komorebic start --whkd --bar");
}
SubCommand::EnableAutostart(args) => {
let mut current_exe = std::env::current_exe().expect("unable to get exec path");