Skip to content

Commit

Permalink
Reenable UPX for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodasilva committed Jan 9, 2022
1 parent 306d099 commit d816c2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ jobs:
run: |
echo "Binary size after build:"
stat -f%z out/src/windowjs
# TODO: the binary doesn't run on macOS 11.6.2 with UPX.
# upx -9 out/src/windowjs
# echo "Binary size after upx:"
# stat -f%z out/src/windowjs
upx -9 out/src/windowjs
echo "Binary size after upx:"
stat -f%z out/src/windowjs
- name: Upload artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d816c2b

Please sign in to comment.