Skip to content

Commit

Permalink
Fix goreleaser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Deppenwiese committed Jul 16, 2018
1 parent da489e2 commit 7ad9a75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
UPX=$(which upx)

set -e

for file in dist/*/tpmtool
do
$UPX --best --ultra-brute "$file"
done

0 comments on commit 7ad9a75

Please sign in to comment.