Skip to content

Commit

Permalink
delete manifest #43
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Jan 9, 2025
1 parent eab8717 commit f46fc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 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() {
println!("cargo:rerun-if-changed=res/tsh.ico");
let mut res = winres::WindowsResource::new();
res.set_icon("res/tsh.ico")
.set_language(0x0409)
.set_manifest("res/manifest.xml");
.set_language(0x0409);
res.set("ProductVersion", env!("CARGO_PKG_VERSION"));
res.set("FileVersion", env!("CARGO_PKG_VERSION"));
res.compile().unwrap();
Expand Down
23 changes: 0 additions & 23 deletions res/manifest.xml

This file was deleted.

0 comments on commit f46fc5c

Please sign in to comment.