cache: fix framemap dumper file names
This commit is contained in:
@@ -71,7 +71,7 @@ public class FramemapDumper
|
||||
FramemapLoader loader = new FramemapLoader();
|
||||
FramemapDefinition framemap = loader.load(file.getFileId(), file.getContents());
|
||||
|
||||
Files.write(gson.toJson(framemap), new java.io.File(outDir, file.getFileId() + ".json"), Charset.defaultCharset());
|
||||
Files.write(gson.toJson(framemap), new java.io.File(outDir, archive.getArchiveId() + ".json"), Charset.defaultCharset());
|
||||
++count;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user