Update main.spec
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user