diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index bebb782b..f66eacdc 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -144,7 +144,7 @@ def update(): else: - tar_download_url = 'http://github.com/rembo10/headphones/tarball'+version.HEADPHONES_VERSION + tar_download_url = 'http://github.com/rembo10/headphones/tarball/'+version.HEADPHONES_VERSION update_dir = os.path.join(headphones.PROG_DIR, 'update') version_path = os.path.join(headphones.PROG_DIR, 'version.txt')