Fixed links for the updates file

This commit is contained in:
Manuel Cortez 2021-12-30 19:41:40 -06:00
parent 5c9169fadd
commit 0ea41cea89
No known key found for this signature in database
GPG Key ID: 262CC30FA01B5CBF

View File

@ -14,7 +14,7 @@ print("Version detected: %s" % (version_type,))
# Read update description and URL'S
if version_type == "latest":
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:
with open("update-description",'r') as f:
description = f.read()