Skip to content

Commit

Permalink
Fix | update link parse
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed Feb 24, 2024
1 parent afadf2f commit a1df978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MELauncherLib/AppController/Update.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def checkUpdate():
arch = "x86"
else:
arch = "arm64"
updateInfo[-1]["url"] = str(updateInfo[-1]["url"]).format(arch=arch)
updateInfo[-1]["url"] = str(updateInfo[-1]["url"]).format(arch=arch).replace(r"_v{version}", "")
return updateInfo[-1]


Expand Down

0 comments on commit a1df978

Please sign in to comment.