Skip to content

Commit

Permalink
Update pyinstaller option for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeliae1316 committed Aug 16, 2024
1 parent 75b95c3 commit b65cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-create-executable-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
If (Test-Path -path requirements.txt) { pip install -r requirements.txt; }
- name: Create binary
run: |
pyinstaller ./src/sorting_assistant/sorting_assistant.py --onefile --name sorting-assistant
pyinstaller ./src/sorting_assistant/sorting_assistant.py --onefile --name sorting-assistant --hide-console hide-early
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b65cb6f

Please sign in to comment.