diff --git a/Cargo.toml b/Cargo.toml index 149ab91..0710137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ merge-assets.append = [ ["target/release/space-acres-modern", "/usr/bin/space-acres-modern", "755"], ] +[package.metadata.winres] +ProductName = "Space Acres" + [package.metadata.wix] # Custom location to keep the root of the project cleaner include = ["res/windows/wix/space-acres.wxs"]