This commit is contained in:
honfika@gmail.com
2016-03-06 18:27:11 +01:00
parent 6063b53b3c
commit 475b7c7d8f

View File

@@ -1575,7 +1575,7 @@ public class CommandLineArgumentParser {
outFile = Path.combine(outFile, inFile.getName());
XFLExportSettings settings = new XFLExportSettings();
settings.compressed = true;
settings.compressed = compressed;
settings.exportScript = exportScript;
swf.exportXfl(handler, outFile, inFile.getName(), ApplicationInfo.APPLICATION_NAME, ApplicationInfo.applicationVerName, ApplicationInfo.version, Configuration.parallelSpeedUp.get(), flaVersion, settings);
}