changed pyinstaller to not be a module
Some checks failed
Build / build-windows-binary (push) Failing after 15s
Some checks failed
Build / build-windows-binary (push) Failing after 15s
This commit is contained in:
parent
8fbd10d9df
commit
7c65c0e357
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user