Legacy jar reassembly, base of proper custom jar support
This commit is contained in:
parent
b781231666
commit
e3b55067eb
18 changed files with 286 additions and 151 deletions
|
@ -28,9 +28,9 @@ LegacyModEditDialog::LegacyModEditDialog( LegacyInstance* inst, QWidget* parent
|
|||
ui(new Ui::LegacyModEditDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ensurePathExists(m_inst->coreModsDir());
|
||||
ensurePathExists(m_inst->mlModsDir());
|
||||
ensurePathExists(m_inst->jarModsDir());
|
||||
ensureFolderPathExists(m_inst->coreModsDir());
|
||||
ensureFolderPathExists(m_inst->mlModsDir());
|
||||
ensureFolderPathExists(m_inst->jarModsDir());
|
||||
|
||||
m_mods = m_inst->loaderModList();
|
||||
m_coremods = m_inst->coreModList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue