mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
dump out release bin size
This commit is contained in:
parent
8bdba9ce7c
commit
5259fd90b3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -21,6 +21,7 @@ build-release:
|
|||
release-mac: build-release
|
||||
strip target/release/gitui
|
||||
otool -L target/release/gitui
|
||||
ls -lisah target/release/gitui
|
||||
mkdir -p release
|
||||
tar -C ./target/release/ -czvf ./release/gitui-mac.tar.gz ./gitui
|
||||
ls -lisah ./release/gitui-mac.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue