Skip to content

Commit a410040

Browse files
committed
update: improved start-up speed
1 parent b4abeaf commit a410040

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

folder.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a = Analysis(
1717
win_no_prefer_redirects=False,
1818
win_private_assemblies=False,
1919
cipher=block_cipher,
20-
noarchive=False,
20+
noarchive=True,
2121
)
2222
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
2323

@@ -30,7 +30,7 @@ exe = EXE(
3030
debug=False,
3131
bootloader_ignore_signals=False,
3232
strip=False,
33-
upx=True,
33+
upx=False,
3434
console=False,
3535
disable_windowed_traceback=False,
3636
argv_emulation=False,
@@ -45,7 +45,7 @@ coll = COLLECT(
4545
a.zipfiles,
4646
a.datas,
4747
strip=False,
48-
upx=True,
48+
upx=False,
4949
upx_exclude=[],
5050
name='Rebt',
5151
)

0 commit comments

Comments
 (0)