ref
This commit is contained in:
parent
d1d03155e3
commit
e79cac13cc
2 changed files with 11 additions and 0 deletions
11
app/build.rs
Normal file
11
app/build.rs
Normal 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
BIN
app/resources/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
Loading…
Add table
Reference in a new issue