Skip to content

Commit b1ad52d

Browse files
committed
Fix builder again
1 parent a71aa79 commit b1ad52d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Builder.py

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575

7676
# Other command arguments
7777
pyi_command.insert(0, '--windowed')
78+
pyi_command.insert(0, '_bootlocale')
79+
pyi_command.insert(0, '--exclude-module')
7880
# pyi_command.insert(0, '--onefile')
7981
pyi_command.insert(0, 'pyi-makespec')
8082

@@ -83,6 +85,7 @@
8385
os.remove(MAIN_FILE + '.spec')
8486

8587
# Execute pyi
88+
print(" ".join(pyi_command))
8689
subprocess.run(pyi_command, text=True)
8790

8891
# Spec file generated

0 commit comments

Comments
 (0)