java-runtime-decompiler/systemJd.patch
2025-10-21 18:59:12 +02:00

14 lines
554 B
Diff

--- runtime-decompiler/src/plugins/JdDecompilerWrapper.json
+++ runtime-decompiler/src/plugins/JdDecompilerWrapper.json
@@ -1,8 +1,8 @@
{
"Name": "JD",
- "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"
],
"DecompilerDownloadURL": "https://github.com/java-decompiler/jd-core/"
}