Fixed jd plugin

This commit is contained in:
Jiri Vanek 2025-10-21 18:59:12 +02:00
commit b9b96c0bcc

View file

@ -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"