diff options
| author | Johan Althoff <teetow@gmail.com> | 2009-01-11 12:59:54 +0000 |
|---|---|---|
| committer | Johan Althoff <teetow@gmail.com> | 2009-01-11 12:59:54 +0000 |
| commit | 7179e467a6469f838f111b1b0758ec9eec547c70 (patch) | |
| tree | 15369d379dd027483951b262d8420ba35722d9e8 /scripts | |
| parent | 42f84066cbd3af27dc2a0f0b798ca264f28938bf (diff) | |
| download | zcatch-7179e467a6469f838f111b1b0758ec9eec547c70.tar.gz zcatch-7179e467a6469f838f111b1b0758ec9eec547c70.zip | |
added SDL.dll to the make_release.py
Diffstat (limited to 'scripts')
| -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 b1cc0fc0..08839da7 100644 --- a/scripts/make_release.py +++ b/scripts/make_release.py @@ -67,6 +67,7 @@ if include_data and not use_bundle: copydir("data", package_dir) if platform[:3] == "win": shutil.copy("other/config_directory.bat", package_dir) + shutil.copy("SDL.dll", package_dir) if include_exe and not use_bundle: shutil.copy(name+exe_ext, package_dir) |