mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
NOISSUE use https for downloading assets
This commit is contained in:
@ -212,7 +212,7 @@ QString AssetObject::getLocalPath()
|
|||||||
|
|
||||||
QUrl AssetObject::getUrl()
|
QUrl AssetObject::getUrl()
|
||||||
{
|
{
|
||||||
return QUrl("http://resources.download.minecraft.net/" + getRelPath());
|
return QUrl("https://resources.download.minecraft.net/" + getRelPath());
|
||||||
}
|
}
|
||||||
|
|
||||||
QString AssetObject::getRelPath()
|
QString AssetObject::getRelPath()
|
||||||
|
Reference in New Issue
Block a user