feat: add desktop updater and release automation

This commit is contained in:
lbl
2026-08-22 10:00:24 +08:00
parent da72670154
commit 60a4403f0e
42 changed files with 1374 additions and 257 deletions
+3 -6
View File
@@ -321,11 +321,8 @@ mod tests {
);
let _ = exit_tx.send(());
tokio::time::timeout(
std::time::Duration::from_secs(2),
group.wait_all_stopped(),
)
.await
.expect("wait_all_stopped should return after observer exits");
tokio::time::timeout(std::time::Duration::from_secs(2), group.wait_all_stopped())
.await
.expect("wait_all_stopped should return after observer exits");
}
}