Skip to content

Commit

Permalink
fix: +lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 3, 2024
1 parent bb4dfc7 commit f0f8895
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,12 @@ jobs:
echo $og_entry; \
install_name_tool -change \
"$og_entry" \
@executable_path/../Frameworks/$(echo $og_entry | sed -E 's/.*lib(ssl|crypto)/\1/') \
@executable_path/../Frameworks/$(echo $og_entry | sed -E 's/.*(libssl|libcrypto)/\1/') \
chatterino.app/Contents/MacOS/chatterino; \
done
./../.CI/CreateDMG.sh
shell: bash
- name: Setup tmate session
if: startsWith(matrix.os, 'macos')
uses: mxschmitt/action-tmate@v3

- name: Upload artifact (MacOS)
if: startsWith(matrix.os, 'macos')
Expand Down

0 comments on commit f0f8895

Please sign in to comment.