Commit e16629a 1 parent 46f03d5 commit e16629a Copy full SHA for e16629a
File tree 2 files changed +3
-3
lines changed
.github/actions/agent-package-mac
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ runs:
31
31
if : " startsWith(matrix.config.qt_version, '5')"
32
32
shell : sh
33
33
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
35
35
36
36
- name : Mac deploy Qt fixing
37
37
if : " startsWith(matrix.config.qt_version, '6')"
38
38
shell : sh
39
39
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
41
41
42
42
- name : Set packaging env
43
43
shell : sh
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if(APPLE)
14
14
GITHUB_REPOSITORY
15
15
arl/macdeployqtfix
16
16
GIT_TAG
17
- ffe980011dd7a08ac2bc79dbd5ac86a62b1c1f05
17
+ df888505849d3c06d20a4338af276dfa7d11826a
18
18
DOWNLOAD_ONLY
19
19
YES
20
20
)
You can’t perform that action at this time.
0 commit comments