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