nym-cli deb + ppa (#4330)

This commit is contained in:
Drazen Urch
2024-01-17 11:12:46 +01:00
committed by GitHub
parent dd15a9454a
commit ed8b1841dc
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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
+5
View File
@@ -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 }