mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 12:25:11 +00:00
export without version number to make easier comparing (only for debugging, should be enabled in advanced settings)
This commit is contained in:
@@ -1577,7 +1577,11 @@ public class CommandLineArgumentParser {
|
||||
XFLExportSettings settings = new XFLExportSettings();
|
||||
settings.compressed = compressed;
|
||||
settings.exportScript = exportScript;
|
||||
swf.exportXfl(handler, outFile, inFile.getName(), ApplicationInfo.APPLICATION_NAME, ApplicationInfo.applicationVerName, ApplicationInfo.version, Configuration.parallelSpeedUp.get(), flaVersion, settings);
|
||||
if (Configuration.setFFDecVersionInExportedFont.get()) {
|
||||
swf.exportXfl(handler, outFile, inFile.getName(), ApplicationInfo.APPLICATION_NAME, ApplicationInfo.applicationVerName, ApplicationInfo.version, Configuration.parallelSpeedUp.get(), flaVersion, settings);
|
||||
} else {
|
||||
swf.exportXfl(handler, outFile, inFile.getName(), ApplicationInfo.APPLICATION_NAME, ApplicationInfo.APPLICATION_NAME, "1.0.0", Configuration.parallelSpeedUp.get(), flaVersion, settings);
|
||||
}
|
||||
}
|
||||
|
||||
private static void parseDeobfuscate(Stack<String> args) {
|
||||
|
||||
Reference in New Issue
Block a user