Skip to content

Commit 2efa306

Browse files
authored
Update pyinstaller.yml
Set --noconsole in hopes of getting the windows executable to work.
1 parent 306f5b0 commit 2efa306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyinstaller.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install pyinstaller
2323
- name: build the executable file
2424
run: |
25-
pyinstaller --icon=icon.ico --onefile ./pyJSON.py
25+
pyinstaller --icon=icon.ico --noconsole --onefile ./pyJSON.py
2626
- name: create artifacts
2727
uses: actions/upload-artifact@v4
2828
with:

0 commit comments

Comments
 (0)