记录一下,便于待会核对更改

This commit is contained in:
YILING0013
2025-02-02 11:55:49 +08:00
parent eb627fbec9
commit bcd13b8ca3
6 changed files with 664 additions and 193 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ exe = EXE(
a.scripts,
[],
exclude_binaries=True,
name='AI_NovelGenerator_V1.2.3',
name='AI_NovelGenerator_V1.2.4',
debug=True,
bootloader_ignore_signals=False,
strip=False,
@@ -60,5 +60,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='AI_NovelGenerator_V1.2.3'
name='AI_NovelGenerator_V1.2.4'
)