rename deps

This commit is contained in:
Harivansh Rathi 2026-03-24 23:02:44 -04:00
parent 62a1aab859
commit 46dd2f9c53
7 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@ mod core;
mod daemon;
fn main() -> anyhow::Result<()> {
if std::env::var("DESKTOP_CTL_DAEMON").is_ok() {
if std::env::var("DESKCTL_DAEMON").is_ok() {
return daemon::run();
}
cli::run()