mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
Change for binary name
This commit is contained in:
parent
6d1619bb66
commit
9222876543
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
|
|||
- git config --local user.email "clementjhtsang@gmail.com"
|
||||
- name="bottom-$TRAVIS_TAG-$TARGET"
|
||||
- mkdir $name
|
||||
- cp target/$TARGET/release/bottom $name/
|
||||
- cp target/$TARGET/release/btm $name/
|
||||
- cp README.md LICENSE-MIT LICENSE-APACHE $name/
|
||||
- tar czvf $name.tar.gz $name
|
||||
deploy:
|
||||
|
|
|
@ -10,7 +10,9 @@ categories = ["command-line-utilities"]
|
|||
description = "A graphical top clone."
|
||||
readme = "README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[[bin]]
|
||||
name = "btm"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.9"
|
||||
|
|
Loading…
Reference in a new issue