Skip to content

Commit

Permalink
Run macdeployqtfix with Python 2 explicitly
Browse files Browse the repository at this point in the history
Changes to the macOS image seem to make this necessary
  • Loading branch information
J5lx committed Nov 4, 2023
1 parent 127cd62 commit 4c0dd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-package/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ create_package_macos() {
echo "::group::Apply macdeployqt fix"
curl -fsSLO https://github.com/aurelien-rainone/macdeployqtfix/archive/master.zip
bsdtar xf master.zip
python macdeployqtfix-master/macdeployqtfix.py \
/Library/Frameworks/Python.framework/Versions/2.7/bin/python macdeployqtfix-master/macdeployqtfix.py \
Pencil2D.app/Contents/MacOS/Pencil2D \
/usr/local/Cellar/qt/5.9.1/
echo "::endgroup::"
Expand Down

0 comments on commit 4c0dd6f

Please sign in to comment.