Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
R-YaTian committed Sep 26, 2024
2 parents ecb5491 + 0199093 commit f8fe9c5
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 f8fe9c5

Please sign in to comment.