mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Implement gradle spec reader/writer
This commit is contained in:
parent
71575a5022
commit
8a56ab6780
9 changed files with 241 additions and 15 deletions
|
|
@ -65,7 +65,10 @@ void OneSixLibrary::finalize()
|
|||
m_decentname = parts[1];
|
||||
m_decentversion = minVersion = parts[2];
|
||||
m_storage_path = relative;
|
||||
m_download_url = m_base_url + relative;
|
||||
if(m_base_url.isEmpty())
|
||||
m_download_url = QString("https://" + URLConstants::LIBRARY_BASE) + relative;
|
||||
else
|
||||
m_download_url = m_base_url + relative;
|
||||
|
||||
if (m_rules.empty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue