Skip to content

Commit d2f1e94

Browse files
authored
Update build_macos.yml
1 parent ab32110 commit d2f1e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
2626
- name: Build binary
27-
run: pyinstaller --onefile starrem2k13.py --target-arch=universal2 -i starrem.ico
27+
run: pyinstaller --onefile starrem2k13.py -i starrem.ico
2828
- name: list files
2929
run: ls -alh dist/
3030
- name: create tar.gz

0 commit comments

Comments
 (0)