mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
Change for binary name
This commit is contained in:
parent
6d1619bb66
commit
9222876543
@ -17,7 +17,7 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
|
|||||||
- git config --local user.email "clementjhtsang@gmail.com"
|
- git config --local user.email "clementjhtsang@gmail.com"
|
||||||
- name="bottom-$TRAVIS_TAG-$TARGET"
|
- name="bottom-$TRAVIS_TAG-$TARGET"
|
||||||
- mkdir $name
|
- mkdir $name
|
||||||
- cp target/$TARGET/release/bottom $name/
|
- cp target/$TARGET/release/btm $name/
|
||||||
- cp README.md LICENSE-MIT LICENSE-APACHE $name/
|
- cp README.md LICENSE-MIT LICENSE-APACHE $name/
|
||||||
- tar czvf $name.tar.gz $name
|
- tar czvf $name.tar.gz $name
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -10,7 +10,9 @@ categories = ["command-line-utilities"]
|
|||||||
description = "A graphical top clone."
|
description = "A graphical top clone."
|
||||||
readme = "README.md"
|
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]
|
[dependencies]
|
||||||
chrono = "0.4.9"
|
chrono = "0.4.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user