Disable compress for darwin releases

This commit is contained in:
niusmallnan 2023-04-04 09:08:50 +08:00
parent cafe8d3b1e
commit 6b3215ba17

View File

@ -40,7 +40,7 @@ else
fi
for f in $(ls ./bin/); do
if [[ $f != *darwin-arm64 ]]; then
if [[ $f != *darwin* ]]; then
upx -o $DAPPER_SOURCE/bin/$f bin/$f || true
fi
if [ -f $DAPPER_SOURCE/bin/$f ]; then