feat: add desktop updater and release automation
This commit is contained in:
@@ -489,7 +489,6 @@ server = ["quic://1.2.3.4:29872"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user