nym-cli deb + ppa (#4330)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 }
|
||||
Reference in New Issue
Block a user