Change for binary name

This commit is contained in:
ClementTsang 2019-10-19 16:29:04 -04:00
parent 6d1619bb66
commit 9222876543
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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"