mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
loading dialog fix
This commit is contained in:
@@ -881,7 +881,7 @@ public class CommandLineArgumentParser {
|
||||
SWF exfile = new SWF(new FileInputStream(inFile), Configuration.parallelSpeedUp.get());
|
||||
String outDir = outDirBase.getAbsolutePath();
|
||||
if (!singleFile) {
|
||||
Path.combine(outDir, exfile.getShortFileName());
|
||||
outDir = Path.combine(outDir, inFile.getName());
|
||||
}
|
||||
|
||||
List<Tag> extags = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user