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
|
src/game/generated
|
||||||
SDL.dll
|
SDL.dll
|
||||||
freetype.dll
|
freetype.dll
|
||||||
autoexec.cfg
|
|
||||||
|
|
||||||
crapnet*
|
crapnet*
|
||||||
dilate*
|
dilate*
|
||||||
|
@ -25,7 +24,6 @@ Debug
|
||||||
bam
|
bam
|
||||||
build server.bat
|
build server.bat
|
||||||
buildlog.txt
|
buildlog.txt
|
||||||
autoexec.cfg
|
|
||||||
bam.exe
|
bam.exe
|
||||||
*.bat
|
*.bat
|
||||||
.cproject
|
.cproject
|
||||||
|
|
|
@ -61,7 +61,7 @@ os.mkdir(package_dir)
|
||||||
print("adding files")
|
print("adding files")
|
||||||
shutil.copy("license.txt", package_dir)
|
shutil.copy("license.txt", package_dir)
|
||||||
shutil.copy("storage.cfg", 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:
|
if include_data and not use_bundle:
|
||||||
os.mkdir(os.path.join(package_dir, "data"))
|
os.mkdir(os.path.join(package_dir, "data"))
|
||||||
|
|
Loading…
Reference in a new issue