mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 10:44:51 +00:00
#978 Class names are case sensitive, but filenames are not, so they are overwritten sometimes during export
This commit is contained in:
@@ -1274,7 +1274,8 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
String eventData = cnt + scr.getPath() + " ...";
|
||||
evl.handleExportingEvent("tag", i + 1, abcList.size(), eventData);
|
||||
scr.export(outdir, exportSettings, parallel);
|
||||
File file = scr.getExportFile(outdir, exportSettings);
|
||||
scr.export(file, exportSettings, parallel);
|
||||
evl.handleExportedEvent("tag", i + 1, abcList.size(), eventData);
|
||||
exported = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user