From a4100401a9da5ab6601f45d06c1bb15f320d7d87 Mon Sep 17 00:00:00 2001 From: maasea <351961611@qq.com> Date: Tue, 20 Jun 2023 16:59:32 +0800 Subject: [PATCH] update: improved start-up speed --- folder.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/folder.spec b/folder.spec index 3aaa8e3..ed85ab8 100644 --- a/folder.spec +++ b/folder.spec @@ -17,7 +17,7 @@ a = Analysis( win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, - noarchive=False, + noarchive=True, ) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) @@ -30,7 +30,7 @@ exe = EXE( debug=False, bootloader_ignore_signals=False, strip=False, - upx=True, + upx=False, console=False, disable_windowed_traceback=False, argv_emulation=False, @@ -45,7 +45,7 @@ coll = COLLECT( a.zipfiles, a.datas, strip=False, - upx=True, + upx=False, upx_exclude=[], name='Rebt', )