mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Ship autoexec_server.cfg
This commit is contained in:
parent
ec45f5c158
commit
aa1d5d3226
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,7 +7,6 @@ objs
|
|||
src/game/generated
|
||||
SDL.dll
|
||||
freetype.dll
|
||||
autoexec.cfg
|
||||
|
||||
crapnet*
|
||||
dilate*
|
||||
|
@ -25,7 +24,6 @@ Debug
|
|||
bam
|
||||
build server.bat
|
||||
buildlog.txt
|
||||
autoexec.cfg
|
||||
bam.exe
|
||||
*.bat
|
||||
.cproject
|
||||
|
|
|
@ -61,7 +61,7 @@ os.mkdir(package_dir)
|
|||
print("adding files")
|
||||
shutil.copy("license.txt", package_dir)
|
||||
shutil.copy("storage.cfg", package_dir)
|
||||
shutil.copy("autoexec.cfg", package_dir)
|
||||
shutil.copy("autoexec_server.cfg", package_dir)
|
||||
|
||||
if include_data and not use_bundle:
|
||||
os.mkdir(os.path.join(package_dir, "data"))
|
||||
|
|
Loading…
Reference in a new issue