NOISSUE remove Flame manifest on import
This prevents treating the instance as a Flame pack later.
This commit is contained in:
		@@ -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)
 | 
			
		||||
	{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user