diff --git a/repak_cli/Cargo.toml b/repak_cli/Cargo.toml index 4d93536..792d723 100644 --- a/repak_cli/Cargo.toml +++ b/repak_cli/Cargo.toml @@ -1,11 +1,18 @@ [package] name = "repak_cli" +description = "Utility for building/extracting/inspecting Unreal Engine .pak files" repository.workspace = true authors.workspace = true license.workspace = true version.workspace = true edition.workspace = true +[package.metadata.wix] +upgrade-guid = "723E95D8-E87B-46BC-AD3B-C128583967CF" +path-guid = "F58A5112-1B44-49DA-8772-4E68F01E4AB7" +license = false +eula = false + [[bin]] name = "repak" path = "src/main.rs"