Skip to content

Commit

Permalink
Remove macdeployqtfix
Browse files Browse the repository at this point in the history
- No longer needed as the official deployment tool "macdeployqt" has been fixed in Qt5.15
  • Loading branch information
chchwy committed Apr 24, 2024
1 parent e09b32e commit 6acff71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/actions/create-package/create-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,7 @@ create_package_macos() {
echo "::group::Deploy Qt libraries"
macdeployqt Pencil2D.app
echo "::endgroup::"
echo "::group::Apply macdeployqt fix"
curl -fsSLO https://github.com/aurelien-rainone/macdeployqtfix/archive/master.zip
bsdtar xf master.zip
/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::"
echo "Remove files"
rm -rf macdeployqtfix-master master.zip

popd >/dev/null
echo "Create ZIP"
local qtsuffix="-qt${INPUT_QT}"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ ipch
.vscode

# Build directory
build
build
.qtc_clangd

0 comments on commit 6acff71

Please sign in to comment.