diff --git a/dist/main.exe b/dist/main.exe index 81bd9ee..0b2ee93 100644 Binary files a/dist/main.exe and b/dist/main.exe differ diff --git a/main.spec b/main.spec index e400bc2..01219dc 100644 --- a/main.spec +++ b/main.spec @@ -12,6 +12,7 @@ a = Analysis( runtime_hooks=[], excludes=[], noarchive=False, + optimize=0, ) pyz = PYZ(a.pure)