.github: Attempt to build universal binaries for macOS

This commit is contained in:
derrod 2021-10-28 11:18:12 +02:00
parent 42d737a301
commit 8d47b4b2af

View file

@ -44,6 +44,7 @@ jobs:
run: pyinstaller run: pyinstaller
--onefile --onefile
--name legendary --name legendary
--target-architecture universal2
${{ steps.strip.outputs.option }} ${{ steps.strip.outputs.option }}
cli.py cli.py
env: env: