Fixed jd plugin
This commit is contained in:
parent
2a2543ceb1
commit
b9b96c0bcc
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
--- runtime-decompiler/src/plugins/JdDecompilerWrapper.json
|
||||
+++ runtime-decompiler/src/plugins/JdDecompilerWrapper.json
|
||||
@@ -2,7 +2,7 @@
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"Name": "JD",
|
||||
"WrapperURL": "file://${XDG_CONFIG_HOME}/plugins/JdDecompilerWrapper.java",
|
||||
- "WrapperURL": "file://${XDG_CONFIG_HOME}/plugins/JdDecompilerWrapper.java",
|
||||
+ "WrapperURL": "file:/etc/java-runtime-decompiler/plugins/JdDecompilerWrapper.java",
|
||||
"DependencyURL": [
|
||||
- "file://${HOME}/.m2/repository/org/jd/jd-core/1.1.3/jd-core-1.1.3.jar"
|
||||
+ "file:///usr/share/java/jd-core/jd-core.jar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue