mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: decode dependencies from mod jar
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
2e8256e322
commit
8cf41be77f
4 changed files with 110 additions and 0 deletions
|
|
@ -283,3 +283,8 @@ bool Mod::valid() const
|
|||
{
|
||||
return !m_local_details.mod_id.isEmpty();
|
||||
}
|
||||
|
||||
QStringList Mod::dependencies() const
|
||||
{
|
||||
return details().dependencies;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue