Skip to content

Commit

Permalink
ci: bump macdeployqtfix for python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 14, 2024
1 parent 46f03d5 commit e16629a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/agent-package-mac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ runs:
if: "startsWith(matrix.config.qt_version, '5')"
shell: sh
run: |
python2 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt5_DIR
python3 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt5_DIR
- name: Mac deploy Qt fixing
if: "startsWith(matrix.config.qt_version, '6')"
shell: sh
run: |
python2 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt6_DIR
python3 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt6_DIR
- name: Set packaging env
shell: sh
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(APPLE)
GITHUB_REPOSITORY
arl/macdeployqtfix
GIT_TAG
ffe980011dd7a08ac2bc79dbd5ac86a62b1c1f05
df888505849d3c06d20a4338af276dfa7d11826a
DOWNLOAD_ONLY
YES
)
Expand Down

0 comments on commit e16629a

Please sign in to comment.