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