Skip to content

Commit

Permalink
update: improved start-up speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Maasea committed Jun 20, 2023
1 parent b4abeaf commit a410040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions folder.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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,
Expand All @@ -45,7 +45,7 @@ coll = COLLECT(
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx=False,
upx_exclude=[],
name='Rebt',
)

0 comments on commit a410040

Please sign in to comment.