From ed8b1841dc7cfd34e52a71b70055b315b70ab64c Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Wed, 17 Jan 2024 11:12:46 +0100 Subject: [PATCH] nym-cli deb + ppa (#4330) --- scripts/ppa.sh | 1 + tools/nym-cli/Cargo.toml | 5 +++++ 2 files changed, 6 insertions(+) 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