We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306f5b0 commit 2efa306Copy full SHA for 2efa306
.github/workflows/pyinstaller.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install pyinstaller
23
- name: build the executable file
24
run: |
25
- pyinstaller --icon=icon.ico --onefile ./pyJSON.py
+ pyinstaller --icon=icon.ico --noconsole --onefile ./pyJSON.py
26
- name: create artifacts
27
uses: actions/upload-artifact@v4
28
with:
0 commit comments