|
@@ -5,7 +5,7 @@ extern crate winres;
|
|
|
fn main() {
|
|
|
if std::path::Path::new("icons/icon.ico").exists() {
|
|
|
let mut res = winres::WindowsResource::new();
|
|
|
- res.set_icon("icons/icon.ico");
|
|
|
+ res.set_icon_with_id("icons/icon.ico", "32512");
|
|
|
res.compile().expect("Unable to find visual studio tools");
|
|
|
} else {
|
|
|
panic!("No Icon.ico found. Please add one or check the path");
|