Merge pull request #1616 from Ryozuki/patch-2

Remove a stray semicolon from inside the python file
This commit is contained in:
Lucas Nicodemus 2018-04-19 10:06:44 -06:00 committed by GitHub
commit 7e22ce40e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ def build_software():
if __name__ == '__main__':
create_release_folder()
update_terraria_source()
run_bootstrapper();
run_bootstrapper()
copy_dependencies()
build_software()
package_release()