mirror of
https://github.com/derrod/legendary.git
synced 2024-11-09 10:58:32 +00:00
.github: Attempt to build universal binaries for macOS
This commit is contained in:
parent
42d737a301
commit
8d47b4b2af
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -44,6 +44,7 @@ jobs:
|
|||
run: pyinstaller
|
||||
--onefile
|
||||
--name legendary
|
||||
--target-architecture universal2
|
||||
${{ steps.strip.outputs.option }}
|
||||
cli.py
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue