Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 8, 2024
1 parent f88ef35 commit b11749d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
run: git clone https://gist.github.com/NQNStudios/7145bcf6621891f5176c8caa165d6b93
- name: Fix rpaths
run: |
'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile.app" && \
python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/BoE Scenario Editor.app" && \
python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/BoE Character Editor.app"'
'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/Blades of Exile.app" && \
python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Scenario Editor.app" && \
python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Character Editor.app"'
- name: Codesign and notarize
run: './.github/workflows/scripts/mac/sign-apps.sh'
if: ${{ matrix.os.name == 'macos' }}
Expand Down

0 comments on commit b11749d

Please sign in to comment.