mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Change name of .exe file
This commit is contained in:
@@ -32,7 +32,7 @@ exe = EXE(
|
||||
[],
|
||||
icon="resources/icon.ico",
|
||||
exclude_binaries=True,
|
||||
name='liberation_main',
|
||||
name='retribution_main',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
@@ -46,5 +46,5 @@ coll = COLLECT(
|
||||
analysis.datas,
|
||||
strip=False,
|
||||
upx=True,
|
||||
name='dcs_liberation',
|
||||
name='dcs-retribution',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user