Skip to content

Commit

Permalink
feat: tag v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeetaoGoooo committed Jul 8, 2024
1 parent bcf42e7 commit 32d5f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Make dist(MacOS)
run: |
pyinstaller --windowed build-osx.spec
pyinstaller --noconsole --onefile --windowed --icon=logo.ico app.py
- name: Remove Useless file
run: rm -rf dist/WordsOut
Expand Down

0 comments on commit 32d5f64

Please sign in to comment.