Files
VPN-Manager/build.rs

6 lines
122 B
Rust
Raw Permalink Normal View History

2025-12-26 03:37:21 +00:00
fn main() {
if cfg!(target_os = "windows") {
embed_resource::compile("app.rc", embed_resource::NONE);
}
}