Skip to content

Commit

Permalink
closes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
mxre committed Sep 28, 2021
1 parent 8aa701e commit fa39fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl WindowsResource {
);
props.insert(
"FileDescription".to_string(),
env::var("CARGO_PKG_DESCRIPTION").unwrap(),
env::var("CARGO_PKG_NAME").unwrap(),
);

parse_cargo_toml(&mut props).unwrap();
Expand Down

0 comments on commit fa39fc0

Please sign in to comment.