1
0
Fork 0
This commit is contained in:
JoshuaMKW 2020-10-19 03:08:35 -05:00
parent c160e5df2b
commit 8b5a57ba47

View file

@ -3,7 +3,7 @@ from cx_Freeze import setup, Executable
options = { options = {
'build_exe': { 'build_exe': {
'optimize': 2, 'optimize': 4,
'excludes': ['tkinter'] 'excludes': ['tkinter']
} }
} }