Skip to content

Commit 5259fd9

Browse files
committed
dump out release bin size
1 parent 8bdba9c commit 5259fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ build-release:
2121
release-mac: build-release
2222
strip target/release/gitui
2323
otool -L target/release/gitui
24+
ls -lisah target/release/gitui
2425
mkdir -p release
2526
tar -C ./target/release/ -czvf ./release/gitui-mac.tar.gz ./gitui
2627
ls -lisah ./release/gitui-mac.tar.gz

0 commit comments

Comments
 (0)