Skip to content

Commit

Permalink
Merge pull request #52 from sacherjj/main
Browse files Browse the repository at this point in the history
Adding name field to deb to stop appending variant name.
  • Loading branch information
sacherjj authored Aug 2, 2023
2 parents 7d90465 + b2814e0 commit 323946c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rand_core = "0.6.2"
tempfile = "3.6.0"

[package.metadata.deb]
name = "casper-node-launcher"
depends = "curl"
revision = "0"
assets = [
Expand All @@ -51,7 +52,7 @@ For information on using package, see https://github.com/CasperLabs/casper-node-
"""

[package.metadata.deb.variants.focal]
# Nothing custom
name = "casper-node-launcher"

[package.metadata.deb.systemd-units]
unit-scripts = "./resources/maintainer_scripts/casper_node_launcher"
Expand Down

0 comments on commit 323946c

Please sign in to comment.