We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab32110 commit d2f1e94Copy full SHA for d2f1e94
.github/workflows/build_macos.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
- name: Build binary
27
- run: pyinstaller --onefile starrem2k13.py --target-arch=universal2 -i starrem.ico
+ run: pyinstaller --onefile starrem2k13.py -i starrem.ico
28
- name: list files
29
run: ls -alh dist/
30
- name: create tar.gz
0 commit comments