mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-11 15:39:26 +01:00
Fixed wrong url for tarball/zip updates
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user