Skip to content

Commit

Permalink
revert build.rs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed May 16, 2024
1 parent d1f41a8 commit ed51a41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ fn main() {
res.set_icon("icon.ico").set_language(0x0409);

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

0 comments on commit ed51a41

Please sign in to comment.