This commit is contained in:
2025-12-26 03:37:21 +00:00
commit 1f2ef54e03
13 changed files with 5606 additions and 0 deletions

5
build.rs Normal file
View File

@@ -0,0 +1,5 @@
fn main() {
if cfg!(target_os = "windows") {
embed_resource::compile("app.rc", embed_resource::NONE);
}
}