Files
VPN-Manager/build.rs
2025-12-26 03:37:21 +00:00

6 lines
122 B
Rust

fn main() {
if cfg!(target_os = "windows") {
embed_resource::compile("app.rc", embed_resource::NONE);
}
}