Fixed wrong url for tarball/zip updates

This commit is contained in:
Remy
2011-07-14 19:03:35 -07:00
parent ec91326bc5
commit 08fb78ff84

View File

@@ -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')