Ship autoexec_server.cfg

This commit is contained in:
def 2015-08-12 14:29:13 +02:00
parent ec45f5c158
commit aa1d5d3226
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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"))