Skip to content

Commit 51be7a0

Browse files
committed
Set initial directory
1 parent 5629fd7 commit 51be7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java/com/javadeobfuscator/deobfuscator/ui/SwingWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public class SwingWindow
4141
private static Transformers trans;
4242
private static Config config;
4343
private static List<Class<?>> transformers;
44-
private static File inputOutputPath;
45-
private static File libPath;
44+
private static File inputOutputPath = new File(System.getProperty("user.dir"));
45+
private static File libPath = new File(System.getProperty("user.dir"));
4646
private static final Map<Class<?>, String> TRANSFORMER_TO_NAME = new HashMap<>();
4747
private static final Map<String, Class<?>> NAME_TO_TRANSFORMER = new HashMap<>();
4848

0 commit comments

Comments
 (0)