diff options
| author | heinrich5991 <heinrich5991@gmail.com> | 2011-04-21 17:36:22 +0200 |
|---|---|---|
| committer | heinrich5991 <heinrich5991@gmail.com> | 2011-04-21 18:05:21 +0200 |
| commit | 8b62b051c8c5de5af8af3aa06981ce28f8c62420 (patch) | |
| tree | 333787829fe3511da13aa8de48311dd0170a9880 /scripts/make_release.py | |
| parent | fede33447ae04d79015afadc88db97ee220f0aee (diff) | |
| download | zcatch-8b62b051c8c5de5af8af3aa06981ce28f8c62420.tar.gz zcatch-8b62b051c8c5de5af8af3aa06981ce28f8c62420.zip | |
banmaster for 0.6 with ipv6 support
Diffstat (limited to 'scripts/make_release.py')
| -rw-r--r-- | scripts/make_release.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_release.py b/scripts/make_release.py index 6dce1cac..32af2eee 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -62,6 +62,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")) |