GlobalProtect-openconnect/apps/gpauth/build.rs
2024-12-26 21:50:39 +08:00

5 lines
72 B
Rust

fn main() {
#[cfg(feature = "webview-auth")]
tauri_build::build()
}