We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61f802 commit cb50b3eCopy full SHA for cb50b3e
1 file changed
.github/workflows/main.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: PyInstaller Windows
104
run: |
105
pip install pyinstaller
106
- pyinstaller --onefile --name UStoat --distpath dist --workpath build --specpath build main.py
+ pyinstaller --onefile --name UStoat --distpath dist --workpath build --specpath build main.pyw
107
108
- name: Upload Windows artifact
109
uses: actions/upload-artifact@v4
0 commit comments