tauri-app: spawn record-daemon on startup if not present
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m14s

This commit is contained in:
2026-05-17 01:11:46 +02:00
parent c61b79e84b
commit 5f967f0393
3 changed files with 186 additions and 2 deletions

View File

@@ -26,5 +26,5 @@ chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1", features = ["v4", "serde"] }
directories = "6"
ffmpeg-sidecar = "2.4"
tokio = { version = "1", features = ["net", "io-util", "time"] }
tokio = { version = "1", features = ["net", "io-util", "time", "rt"] }