add custom command line parameters

This commit is contained in:
honfika@gmail.com
2015-12-28 10:12:20 +01:00
parent 68401e2c4e
commit 792b627cd9
2 changed files with 19 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ public class SWFDecompilerPlugin {
private static final List<SWFDecompilerListener> listeners = new ArrayList<>();
public static String[] customParameters = new String[0];
public static File getPluginsDir() {
File pluginPath = null;