From d663426437224760aff5713ca7555d06ab5d8a11 Mon Sep 17 00:00:00 2001 From: Boldi Date: Wed, 22 Nov 2023 12:39:08 +0000 Subject: [PATCH] Trying to fix build on mac --- .github/workflows/deploy.yml | 2 +- pysidedeploy.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a585cedd..91e6981d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/pysidedeploy.spec b/pysidedeploy.spec index 85f8280e..e8f25a1f 100755 --- a/pysidedeploy.spec +++ b/pysidedeploy.spec @@ -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 @@ -48,6 +48,7 @@ extra_args = --deployment --disable-console --include-package-data=zxlive.icons + --macos-create-app-bundle [buildozer] # build mode