mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 18:05:11 +00:00
#844 lowercase/uppercase convertion in DefineTexts
This commit is contained in:
@@ -1062,12 +1062,12 @@ public class CommandLineArgumentParser {
|
||||
if (singleScriptFile == null) {
|
||||
singleScriptFile = Configuration.scriptExportSingleFile.get();
|
||||
}
|
||||
|
||||
|
||||
if (parallel && singleScriptFile) {
|
||||
System.out.println("Single file script export is not supported with enabled parallel speedup");
|
||||
singleScriptFile = false;
|
||||
}
|
||||
|
||||
|
||||
ScriptExportSettings scriptExportSettings = new ScriptExportSettings(enumFromStr(formats.get("script"), ScriptExportMode.class), singleScriptFile);
|
||||
if (exportAll || exportFormats.contains("script")) {
|
||||
System.out.println("Exporting scripts...");
|
||||
|
||||
Reference in New Issue
Block a user