Skip to content

Commit 76d1a7b

Browse files
author
Pierre-Marie.fayette
committed
...
1 parent c4c0792 commit 76d1a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Build the executable
3636
- name: Build executable with PyInstaller
3737
run: |
38-
pyinstaller --noconfirm --clean --log-level=WARN --onefile --windowed --name PyImageLabeling main.py --exclude-module tkinter --exclude-module PyQt5 --exclude-module PySide6 --exclude-module PySide2
38+
pyinstaller --noconfirm --clean --log-level=WARN --onefile --windowed --name PyImageLabeling main.py
3939
4040
# Upload the executable as artifact
4141
- name: Upload executable

0 commit comments

Comments
 (0)