Update main.spec

This commit is contained in:
YILING0013
2025-02-07 10:43:44 +08:00
parent c46aec8292
commit a64467f4e3
+2 -2
View File
@@ -45,7 +45,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.3.3',
name='AI_NovelGenerator_V1.4.0',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -66,5 +66,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.3.3'
name='AI_NovelGenerator_V1.4.0'
)