This commit is contained in:
AmokDev 2025-06-09 00:56:26 +03:00
parent d1d03155e3
commit e79cac13cc
2 changed files with 11 additions and 0 deletions

11
app/build.rs Normal file
View file

@ -0,0 +1,11 @@
#[cfg(windows)]
fn main() {
let mut res = winresource::WindowsResource::new();
res.set_icon("resources/icon.ico");
res.compile().unwrap();
}
#[cfg(unix)]
fn main() {
}

BIN
app/resources/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB