From d2f1e94088589890ad730ed6134275e60a529cc5 Mon Sep 17 00:00:00 2001 From: Ashish Patil <67854138+code2k13@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:16:41 +0530 Subject: [PATCH] Update build_macos.yml --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 47e2f4e..8bfb5f6 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -24,7 +24,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - name: Build binary - run: pyinstaller --onefile starrem2k13.py --target-arch=universal2 -i starrem.ico + run: pyinstaller --onefile starrem2k13.py -i starrem.ico - name: list files run: ls -alh dist/ - name: create tar.gz