GlobalProtect-openconnect/apps/gpauth/build.rs
2024-12-25 12:45:24 +00:00

5 lines
72 B
Rust

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