From 7c050a403306afcfbb1a6cc78a2a3cdcd71b61fc Mon Sep 17 00:00:00 2001 From: Jakob Gahde Date: Sat, 4 Nov 2023 00:04:43 +0100 Subject: [PATCH] Run macdeployqtfix with Python 2 explicitly Changes to the macOS image seem to make this necessary --- .github/actions/create-package/create-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-package/create-package.sh b/.github/actions/create-package/create-package.sh index fa40ba048..36853ce95 100755 --- a/.github/actions/create-package/create-package.sh +++ b/.github/actions/create-package/create-package.sh @@ -97,7 +97,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::"