diff --git a/scripts/ppa.sh b/scripts/ppa.sh index 528969ecb4..d0ce21942e 100755 --- a/scripts/ppa.sh +++ b/scripts/ppa.sh @@ -8,6 +8,7 @@ rm ppa-signing-key.asc cargo deb -p nym-mixnode cargo deb -p nym-gateway +cargo deb -p nym-cli mv target/debian/*.deb ppa/debian diff --git a/tools/nym-cli/Cargo.toml b/tools/nym-cli/Cargo.toml index 955cb02cc1..cd7edb07ef 100644 --- a/tools/nym-cli/Cargo.toml +++ b/tools/nym-cli/Cargo.toml @@ -25,3 +25,8 @@ nym-cli-commands = { path = "../../common/commands" } nym-bin-common = { path = "../../common/bin-common"} nym-validator-client = { path = "../../common/client-libs/validator-client", features = ["http-client"] } nym-network-defaults = { path = "../../common/network-defaults" } + +[package.metadata.deb] +name = "nym-cli" +maintainer-scripts = "debian" +systemd-units = { enable = false } \ No newline at end of file