Skip to content

Commit

Permalink
build: use absolute path for macdeployqtfix
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 19, 2022
1 parent 057dfd0 commit d40e78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Mac deploy Qt fixing
run: |
python3 ./_deps/macdeployqtfix-src/macdeployqtfix.py ./output/klogg.app/Contents/MacOS/klogg $Qt5_Dir
python3 $KLOGG_BUILD_ROOT/_deps/macdeployqtfix-src/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt5_Dir
- name: Mac codesign binaries
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit d40e78f

Please sign in to comment.