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 11, 2024
1 parent a56d39f commit 0199093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
uses: actions/setup-python@main
with:
python-version: '3.x'
architecture: 'x64'
- name: Install pyinstaller
run: |
pip3 install certifi pyinstaller
- name: Make binary
run: |
pyinstaller --add-data "Darwin/*:Darwin" --add-data "i18n/*:i18n" TWLMagician.py
pyinstaller --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 0199093

Please sign in to comment.