We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3660446 commit 7760b64Copy full SHA for 7760b64
.github/workflows/main.yml
@@ -30,6 +30,7 @@ jobs:
30
if: ${{ matrix.os == 'windows-latest' }}
31
run: |
32
pip install pyinstaller
33
+ pip install -r requirements.txt
34
pyinstaller --onefile --noconsole --icon=icon.ico GUI.py
35
36
- name: Upload
0 commit comments