Don't copy nonexisting binary.
This commit is contained in:
parent
7e8e1f245e
commit
1b66d817ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue