From 08fb78ff84a4d72f3127dd131b6d60926361380c Mon Sep 17 00:00:00 2001 From: Remy Date: Thu, 14 Jul 2011 19:03:35 -0700 Subject: [PATCH] Fixed wrong url for tarball/zip updates --- headphones/versioncheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')