mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
print bundled size after build
This commit is contained in:
parent
c6eb066953
commit
b86f3a3f40
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -11,6 +11,7 @@ release-mac: build-release
|
|||
strip target/release/gitui
|
||||
mkdir -p release
|
||||
tar -C ./target/release/ -czvf ./release/gitui-mac.tar.gz ./gitui
|
||||
ls -lisah ./release/gitui-mac.tar.gz
|
||||
|
||||
release-win: build-release
|
||||
mkdir -p release
|
||||
|
|
|
|||
Loading…
Reference in a new issue