mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue