NOISSUE remove Flame manifest on import
This prevents treating the instance as a Flame pack later.
This commit is contained in:
parent
f26ca143c4
commit
678c7ab271
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ void InstanceImportTask::processFlame()
|
|||
{
|
||||
QString configPath = FS::PathCombine(m_stagingPath, "manifest.json");
|
||||
Flame::loadManifest(pack, configPath);
|
||||
QFile::remove(configPath);
|
||||
}
|
||||
catch (JSONValidationError & e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue