about summary refs log tree commit diff
path: root/scripts/make_release.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make_release.py')
-rw-r--r--scripts/make_release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py
index c0cbb152..80cbd35b 100644
--- a/scripts/make_release.py
+++ b/scripts/make_release.py
@@ -110,6 +110,7 @@ print("adding files")
 shutil.copy("readme.txt", package_dir)
 shutil.copy("license.txt", package_dir)
 shutil.copy("storage.cfg", package_dir)
+shutil.copy("banmasters.cfg", package_dir)
 
 if include_data and not use_bundle:
 	os.mkdir(os.path.join(package_dir, "data"))