mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 07:14:49 +00:00
swf2xml,xml2swf from command line allow to open multi
This commit is contained in:
@@ -1698,7 +1698,8 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
final String selFile = selectExportDir();
|
||||
if (selFile != null) {
|
||||
try {
|
||||
new SwfXmlExporter().exportXml(swf, selFile);
|
||||
File outFile = new File(selFile + File.separator + Helper.makeFileName("swf.xml"));
|
||||
new SwfXmlExporter().exportXml(swf, outFile);
|
||||
Main.stopWork();
|
||||
} catch (IOException ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
|
||||
Reference in New Issue
Block a user