Skip to content

Commit

Permalink
BUild with --onefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 12, 2024
1 parent bf3497d commit e005131
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/nndownload.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,20 @@ pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
exclude_binaries=True,
name='nndownload',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
coll = COLLECT(
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='nndownload',
)

0 comments on commit e005131

Please sign in to comment.