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
-1
View File
@@ -489,7 +489,6 @@ server = ["quic://1.2.3.4:29872"]
}
}
#[cfg(test)]
mod tests {
use super::*;
+5 -1
View File
@@ -48,7 +48,11 @@ mod tests {
use super::*;
fn temp_dll_path(tag: &str) -> std::path::PathBuf {
std::env::temp_dir().join(format!("vnt_wintun_test_{}_{}.dll", std::process::id(), tag))
std::env::temp_dir().join(format!(
"vnt_wintun_test_{}_{}.dll",
std::process::id(),
tag
))
}
#[test]