Exclude freebsd build from UPX compression

This commit is contained in:
Thomas Buckley-Houston 2018-02-09 11:47:02 +08:00
parent 30b83d9d8f
commit 8c999b5d54

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -ex
shopt -s extglob
pushd dist
upx */*
upx !(freebsd_amd64)/*
popd