We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a77bf9 commit c1294a9Copy full SHA for c1294a9
build.rs
@@ -5,7 +5,7 @@ extern crate winresource;
5
fn main() {
6
let mut res = winresource::WindowsResource::new();
7
res.set_manifest_file("rust_reader.manifest");
8
- res.set_icon("Reader2.ico");
+ res.set_icon_with_id("Reader2.ico", "1");
9
res.compile().unwrap();
10
}
11
0 commit comments