Skip to content

Commit

Permalink
#403 Skip upx compression for all mac binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
akilan07 authored and jmatias committed Dec 3, 2022
1 parent fe13d1a commit 2276a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compress-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pushd dist || exit

binary=$1

if [[ $binary == *"arm"* ]]; then
if [[ $binary == *"darwin"* || $binary == *"arm"* ]]; then
exit 0
fi

Expand Down

0 comments on commit 2276a98

Please sign in to comment.