Skip to content

Commit baacef6

Browse files
committed
Re-enabled console window for testing.
1 parent 0a1083f commit baacef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
pyinstaller --onefile --name Scriptify --icon web/favicon.ico --add-data "ffmpeg/ffmpeg_windows.zip:ffmpeg/ffmpeg_windows.zip" `
5353
--add-data "web:web" --add-data "js:js" --add-data "index.html:." --add-data "launch.html:." --add-data "style.css:." `
54-
--windowed main.py --version-file version_info.txt
54+
main.py --version-file version_info.txt
5555
5656
- name: Upload artifacts
5757
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)