From 19bff8cb4e915f24d758d07a2d03643c04b10c34 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 12 Oct 2022 12:00:54 +0200 Subject: [PATCH] attempt fixing macOS builds --- .github/workflows/build_multiplatform.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_multiplatform.yml b/.github/workflows/build_multiplatform.yml index 4f2b8cfa..139f5642 100644 --- a/.github/workflows/build_multiplatform.yml +++ b/.github/workflows/build_multiplatform.yml @@ -296,7 +296,16 @@ jobs: - name: Display structure of downloaded files run: ls -R - - name: Build binaries + - name: Build binaries macOS + if: ${{startsWith(matrix.os, 'macos')}} + working-directory: tnc + run: | + python3 -m nuitka --enable-plugin=numpy --assume-yes-for-downloads --macos-create-app-bundle --standalone daemon.py + python3 -m nuitka --enable-plugin=numpy --assume-yes-for-downloads --macos-create-app-bundle --standalone main.py + + + - name: Build binaries Linux and Windows + if: ${{!startsWith(matrix.os, 'macos')}} working-directory: tnc run: | # pyinstaller freedata.spec