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

Commit

Permalink
Merge pull request #89 from blablacar/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser
  • Loading branch information
obiesmans authored May 30, 2018
2 parents 68780c4 + e5851d0 commit c4b2897
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/contactkey*/cck*
upx -1 dist/{darwin_amd64,linux_amd64}/cck

0 comments on commit c4b2897

Please sign in to comment.