chore(release): v0.1.20

This commit is contained in:
LGUG2Z
2024-02-15 12:11:05 -08:00
parent 10301d57d1
commit 2b1f443f05
16 changed files with 184 additions and 1486 deletions
+1 -3
View File
@@ -1267,9 +1267,7 @@ fn main() -> Result<()> {
std::fs::write(config_dir.join("whkdrc"), whkdrc)?;
println!("Example ~/komorebi.json, ~/.config/whkdrc and latest ~/applications.yaml files downloaded");
println!(
"You can now run komorebic start -c \"$Env:USERPROFILE\\komorebi.json\" --whkd"
);
println!("You can now run komorebic start --whkd");
}
SubCommand::EnableAutostart(args) => {
let mut current_exe = std::env::current_exe().expect("unable to get exec path");