Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed May 9, 2024
1 parent a0ca40f commit 0a1aa47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions binaries/geph5-client-gui/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extern crate winresource;

fn main() {
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
let mut res = winresource::WindowsResource::new();
res.set_icon("icon.ico");
res.compile().unwrap();
}
}
Binary file added binaries/geph5-client-gui/icon.ico
Binary file not shown.
Binary file added binaries/geph5-client-gui/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a1aa47

Please sign in to comment.