Skip to content

Commit

Permalink
Fix builder again
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Apr 7, 2023
1 parent a71aa79 commit b1ad52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

# Other command arguments
pyi_command.insert(0, '--windowed')
pyi_command.insert(0, '_bootlocale')
pyi_command.insert(0, '--exclude-module')
# pyi_command.insert(0, '--onefile')
pyi_command.insert(0, 'pyi-makespec')

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

# Execute pyi
print(" ".join(pyi_command))
subprocess.run(pyi_command, text=True)

# Spec file generated
Expand Down

0 comments on commit b1ad52d

Please sign in to comment.