Merge branch 'YILING0013:main' into main

This commit is contained in:
CNlaojing
2025-03-25 21:03:48 +08:00
committed by GitHub
+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'
)