This commit is contained in:
YILING0013
2025-02-04 18:14:55 +08:00
parent b60ac8c7e0
commit 542846f969
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.3.0',
name='AI_NovelGenerator_V1.3.2',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -65,5 +65,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.3.0'
name='AI_NovelGenerator_V1.3.2'
)