We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a286d commit 51659f2Copy full SHA for 51659f2
.github/workflows/build-windows.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Build EXE
28
run: |
29
- pyinstaller --onefile main.py
+ pyinstaller --onefile --windowed --hidden-import=youtube_search main.py
30
# Als je een icoon wilt, kan je hier toevoegen:
31
# pyinstaller --onefile --icon=icon.ico main.py
32
0 commit comments