Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian authored Sep 26, 2024
1 parent f8fe9c5 commit afa57e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip3 install certifi pyinstaller
- name: Make binary
run: |
pyinstaller --add-data "Darwin/*:Darwin" --add-data "i18n/*:i18n" --target-architecture universal2 TWLMagician.py
pyinstaller --onefile --add-data "Darwin/*:Darwin" --add-data "i18n/*:i18n" --target-architecture universal2 TWLMagician.py
cd dist
zip -r ../TWLMagician-macOS.zip TWLMagician
- name: Publish artifact
Expand Down

0 comments on commit afa57e0

Please sign in to comment.