Update main.spec

This commit is contained in:
YILING0013
2025-03-21 23:53:46 +08:00
parent ab9beeaed8
commit 8f7c2cf945
+2 -2
View File
@@ -47,7 +47,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.4.2',
name='AI_NovelGenerator_V1.4.4',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -68,5 +68,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.4.2'
name='AI_NovelGenerator_V1.4.4'
)