Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Fix upx
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Biesmans committed Nov 21, 2019
1 parent 0e20861 commit 593fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/upx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ "$(which upx)" = "" ]; then
exit 0
fi

upx -1 dist/{darwin_amd64,linux_amd64}/cck
upx -1 dist/{contactkey_darwin_amd64,contactkey_linux_amd64}/cck

0 comments on commit 593fa00

Please sign in to comment.