mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:50:45 +00:00
Issue #66 Decompress LZMA from commandline
This commit is contained in:
@@ -562,7 +562,7 @@ public class Main {
|
||||
badArguments();
|
||||
}
|
||||
|
||||
if (SWF.cws2fws(new FileInputStream(args[pos + 1]), new FileOutputStream(args[pos + 2]))) {
|
||||
if (SWF.decompress(new FileInputStream(args[pos + 1]), new FileOutputStream(args[pos + 2]))) {
|
||||
System.out.println("OK");
|
||||
System.exit(0);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user