Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
code2k13 authored Sep 11, 2023
1 parent ab32110 commit d2f1e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f1e94

Please sign in to comment.