更新readme

This commit is contained in:
xunbu
2025-05-21 21:09:21 +08:00
parent 380b4d7dc9
commit 2bf329fd34
4 changed files with 34 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='DocuTranslate',
name='DocuTranslate_full',
debug=False,
bootloader_ignore_signals=False,
strip=False,
@@ -49,5 +49,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='DocuTranslate',
name='DocuTranslate_full',
)