Adapted decompiler plugins
todo, test them (and a bit more)
This commit is contained in:
parent
4bf0872e61
commit
ff42bdeea2
9 changed files with 139 additions and 4 deletions
14
systemJcoderG.patch
Normal file
14
systemJcoderG.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--- runtime-decompiler/src/plugins/JcoderGDecompilerWrapper.json 2018-11-12 15:25:47.000000000 +0100
|
||||
+++ runtime-decompiler/src/plugins/JcoderGDecompilerWrapper.json 2019-01-16 12:13:37.317778036 +0100
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"Name": "jcoderG",
|
||||
- "WrapperURL": "file://${XDG_CONFIG_HOME}/plugins/JcoderGDecompilerWrapper.java",
|
||||
+ "WrapperURL": "file:/etc/java-runtime-decompiler/plugins/JcoderGDecompilerWrapper.java",
|
||||
"DependencyURL": [
|
||||
- "file://${HOME}/.m2/repository/org/openjdk/asmtools/8.0.b02-ea/asmtools-8.0.b02-ea.jar"
|
||||
+ "file:/usr/share/java/openjdk-asmtools/asmtools.jar"
|
||||
],
|
||||
"DecompilerDownloadURL": "https://github.com/openjdk/asmtools"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue