Skip to content

Commit 51659f2

Browse files
Update PyInstaller command in build-windows.yml
1 parent 04a286d commit 51659f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Build EXE
2828
run: |
29-
pyinstaller --onefile main.py
29+
pyinstaller --onefile --windowed --hidden-import=youtube_search main.py
3030
# Als je een icoon wilt, kan je hier toevoegen:
3131
# pyinstaller --onefile --icon=icon.ico main.py
3232

0 commit comments

Comments
 (0)