Local libs that won't get replaced/redownloaded
This commit is contained in:
parent
aca7764afc
commit
32ce5c5c02
@ -164,6 +164,8 @@ void OneSixUpdate::jarlibStart()
|
|||||||
auto metacache = MMC->metacache();
|
auto metacache = MMC->metacache();
|
||||||
for (auto lib : libs)
|
for (auto lib : libs)
|
||||||
{
|
{
|
||||||
|
if (lib->hint() == "local")
|
||||||
|
continue;
|
||||||
QString download_path = lib->downloadUrl();
|
QString download_path = lib->downloadUrl();
|
||||||
auto entry = metacache->resolveEntry("libraries", lib->storagePath());
|
auto entry = metacache->resolveEntry("libraries", lib->storagePath());
|
||||||
if (entry->stale)
|
if (entry->stale)
|
||||||
|
Loading…
Reference in New Issue
Block a user