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

@ -411,7 +411,7 @@ async fn handle_screenshot(
.duration_since(std::time::UNIX_EPOCH)
.unwrap_or_default()
.as_millis();
format!("/tmp/desktop-ctl-{ts}.png")
format!("/tmp/deskctl-{ts}.png")
});
let mut state = state.lock().await;
match state.backend.screenshot(&path, annotate) {