Skip to content

Commit

Permalink
ree
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 13, 2023
1 parent 36435f4 commit 76bd6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- os: macos-latest
TARGET: macos
CMD_BUILD: >
pyinstaller -F -w -n torf-gui-macOS torfGUI/gui.py &&
pyinstaller -F -w -n torf-gui torfGUI/gui.py &&
cd dist/ &&
zip -r9 torf-gui torf-gui.app/
zip -r9 torf-gui-macOS torf-gui.app/
OUT_FILE_NAME: torf-gui-macOS.zip
ASSET_MIME: application/zip
- os: windows-latest
Expand Down

0 comments on commit 76bd6a2

Please sign in to comment.