Fixed links for the updates file
This commit is contained in:
parent
5c9169fadd
commit
0ea41cea89
@ -14,7 +14,7 @@ print("Version detected: %s" % (version_type,))
|
|||||||
# Read update description and URL'S
|
# Read update description and URL'S
|
||||||
if version_type == "latest":
|
if version_type == "latest":
|
||||||
description = os.environ.get("CI_COMMIT_MESSAGE")
|
description = os.environ.get("CI_COMMIT_MESSAGE")
|
||||||
urls = dict(Windows32="https://files.manuelcortez.net/music_dl/latest/music_dl.zip", Windows64="https://files.manuelcortez.net/music_dl/latest/music_dl.zip")
|
urls = dict(Windows32="https://files.mcvsoftware.com/music_dl/latest/music_dl_x86.zip", Windows64="https://files.mcvsoftware.com/music_dl/latest/music_dl_x64.zip")
|
||||||
else:
|
else:
|
||||||
with open("update-description",'r') as f:
|
with open("update-description",'r') as f:
|
||||||
description = f.read()
|
description = f.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user