Don't copy nonexisting binary.

This commit is contained in:
Zack Piispanen 2013-11-23 18:27:10 -05:00
parent 7e8e1f245e
commit 1b66d817ad

View file

@ -31,7 +31,6 @@ def create_release_folder():
os.mkdir(release_dir)
def copy_dependencies():
shutil.copy(terraria_bin, release_dir)
shutil.copy(http_bin, release_dir)
shutil.copy(json_bin, release_dir)
shutil.copy(os.path.join(sql_dep, sqlite_dep), release_dir)