Don't UPX compress OSX binaries

The current versions of UPX cause an instant crash of the Browsh binary
on OSX :/

Version 1.0.13
This commit is contained in:
Thomas Buckley-Houston 2018-06-13 19:37:26 +08:00
parent d3d194bf6b
commit c9df161eb6
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ set -ex
shopt -s extglob
pushd dist
upx !(freebsd*)/*
upx !(@(freebsd*|darwin*))/*
popd

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Browsh",
"version": "1.0.12",
"version": "1.0.13",
"description": "Renders the browser as realtime, interactive, TTY-compatible text",