From 4c0dd6f25ac51a9d9f2d1b0f50a91cae643fad36 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 71a5ddf9f..580c83539 100755 --- a/.github/actions/create-package/create-package.sh +++ b/.github/actions/create-package/create-package.sh @@ -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::"