fix
This commit is contained in:
18
lite.spec
18
lite.spec
@@ -1,7 +1,7 @@
|
||||
# -*- mode: python ; coding: utf-8 -*-
|
||||
|
||||
a = Analysis(
|
||||
['./docutranslate/app.py'],
|
||||
['docutranslate\\app.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[('./docutranslate/static', 'docutranslate/static')],
|
||||
@@ -18,13 +18,16 @@ pyz = PYZ(a.pure)
|
||||
exe = EXE(
|
||||
pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.datas,
|
||||
[],
|
||||
exclude_binaries=True,
|
||||
name='DocuTranslate_lite',
|
||||
name='DocuTranslate',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=True,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
@@ -33,12 +36,3 @@ exe = EXE(
|
||||
entitlements_file=None,
|
||||
icon=['DocuTranslate.ico'],
|
||||
)
|
||||
coll = COLLECT(
|
||||
exe,
|
||||
a.binaries,
|
||||
a.datas,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
name='DocuTranslate_lite',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user