mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
NOISSUE fix downloading of metadata files
This commit is contained in:
parent
ab868df50e
commit
8321187a20
10 changed files with 129 additions and 112 deletions
|
|
@ -34,7 +34,7 @@ QUrl indexUrl()
|
|||
|
||||
QUrl versionListUrl(const QString &uid)
|
||||
{
|
||||
return rootUrl().resolved(uid + ".json");
|
||||
return rootUrl().resolved(uid + "/index.json");
|
||||
}
|
||||
|
||||
QUrl versionUrl(const QString &uid, const QString &version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue