Skip to content

Commit

Permalink
Use higher res .ico
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock committed Nov 7, 2022
1 parent 325221f commit 6cdd9a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/icon-256.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() -> io::Result<()> {
"msvc" => {}
_ => panic!("unsupported target-env: {}", env),
};
res.set_icon("assets/icon-64x64.ico");
res.set_icon("assets/icon-256.ico");
res.compile()?;
}
Ok(())
Expand Down

0 comments on commit 6cdd9a6

Please sign in to comment.