binaries update to 1.6.4

This commit is contained in:
imayushsaini 2021-06-26 13:48:13 +05:30
parent 02ec976174
commit d26d5a2102
986 changed files with 218181 additions and 206 deletions

View file

@ -35,6 +35,8 @@ if TYPE_CHECKING:
VERSION_STR = '1.3'
# Version history:
# 1.3.1
# Windows binary is now named BombSquadHeadless.exe
# 1.3:
# Added show_tutorial config option
# Added team_names config option
@ -573,7 +575,7 @@ class ServerManagerApp:
os.environ['BA_SERVER_WRAPPER_MANAGED'] = '1'
print(f'{Clr.CYN}Launching server subprocess...{Clr.RST}', flush=True)
binary_name = ('bombsquad_headless.exe'
binary_name = ('BombSquadHeadless.exe'
if os.name == 'nt' else './bombsquad_headless')
assert self._ba_root_path is not None
self._subprocess = None