Skip to content

Commit

Permalink
fix build.rs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed May 15, 2024
1 parent 78bbf50 commit c75d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
let mut res = winres::WindowsResource::new();

res.set_icon("icon.ico")
.set_language(0x0409)
.set_language(0x0409);

if cfg!(feature = "advanced") { res.set_manifest_file("manifest_adv.xml"); }
else { res.set_manifest_file("manifest.xml"); }
Expand Down

0 comments on commit c75d972

Please sign in to comment.