Skip to content

Commit e16629a

Browse files
committed
ci: bump macdeployqtfix for python 3 support
1 parent 46f03d5 commit e16629a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/agent-package-mac/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ runs:
3131
if: "startsWith(matrix.config.qt_version, '5')"
3232
shell: sh
3333
run: |
34-
python2 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt5_DIR
34+
python3 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt5_DIR
3535
3636
- name: Mac deploy Qt fixing
3737
if: "startsWith(matrix.config.qt_version, '6')"
3838
shell: sh
3939
run: |
40-
python2 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt6_DIR
40+
python3 $KLOGG_BUILD_ROOT/macdeployqtfix.py $KLOGG_BUILD_ROOT/output/klogg.app/Contents/MacOS/klogg $Qt6_DIR
4141
4242
- name: Set packaging env
4343
shell: sh

3rdparty/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(APPLE)
1414
GITHUB_REPOSITORY
1515
arl/macdeployqtfix
1616
GIT_TAG
17-
ffe980011dd7a08ac2bc79dbd5ac86a62b1c1f05
17+
df888505849d3c06d20a4338af276dfa7d11826a
1818
DOWNLOAD_ONLY
1919
YES
2020
)

0 commit comments

Comments
 (0)