Skip to content

Commit

Permalink
Trying to fix build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 22, 2023
1 parent 979767c commit d663426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
sed -i '' '48i\
--macos-create-app-bundles\
--macos-create-app-bundle\
' pysidedeploy.spec
- name: Build ZXLive
run: pyside6-deploy -v -f -c pysidedeploy.spec
Expand Down
3 changes: 2 additions & 1 deletion pysidedeploy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wheel_shiboken =

[nuitka]
# (str) specify any extra nuitka arguments
# for arm macos add
# for arm macos add --macos-create-app-bundle
extra_args =
--noinclude-qt-translations
--nofollow-import-to=IPython
Expand All @@ -48,6 +48,7 @@ extra_args =
--deployment
--disable-console
--include-package-data=zxlive.icons
--macos-create-app-bundle

[buildozer]
# build mode
Expand Down

0 comments on commit d663426

Please sign in to comment.