Skip to content

Commit

Permalink
build: move rpm metadata from trippy-tui to trippy crate
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 9, 2024
1 parent e4a3cb7 commit 25eb86f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 1 addition & 6 deletions crates/trippy-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,4 @@ serde_yaml.workspace = true
test-case.workspace = true

[lints]
workspace = true

[package.metadata.generate-rpm]
assets = [
{ source = "target/release/trip", dest = "/usr/bin/trip", mode = "755" },
]
workspace = true
7 changes: 6 additions & 1 deletion crates/trippy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ trippy-packet = { workspace = true, optional = true }
anyhow = { workspace = true, optional = true }

[lints]
workspace = true
workspace = true

[package.metadata.generate-rpm]
assets = [
{ source = "target/release/trip", dest = "/usr/bin/trip", mode = "755" },
]

0 comments on commit 25eb86f

Please sign in to comment.