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
@ -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…
Reference in New Issue
Block a user