changed pyinstaller to not be a module
Some checks failed
Build / build-windows-binary (push) Failing after 15s

This commit is contained in:
Jonathan Branan 2024-07-30 17:53:32 -05:00
parent 8fbd10d9df
commit 7c65c0e357

View File

@ -34,6 +34,6 @@ jobs:
## env:
# GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
- run: python -m pip install -r requirements.txt
- run: python -m pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
- run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py
# run: gh release upload <release_tag> <a_file>