wuwa-downloader/build.rs
2025-05-15 15:16:51 +02:00

8 lines
172 B
Rust

fn main() {
#[cfg(windows)]
{
let mut res = winres::WindowsResource::new();
res.set_icon("cartethyia.ico");
res.compile().unwrap();
}
}