Blob Blame History Raw
--- runtime-decompiler/src/plugins/JasmGDecompilerWrapper.json	2018-11-12 15:25:47.000000000 +0100
+++ runtime-decompiler/src/plugins/JasmGDecompilerWrapper.json	2019-01-16 12:13:37.317778036 +0100
@@ -1,8 +1,8 @@
 {
   "Name": "jasmG",
-  "WrapperURL": "file://${XDG_CONFIG_HOME}/plugins/JasmGDecompilerWrapper.java",
+  "WrapperURL": "file:/etc/java-runtime-decompiler/plugins/JasmGDecompilerWrapper.java",
   "DependencyURL": [
-    "file://${HOME}/.m2/repository/org/openjdk/asmtools/8.0.b09-ea/asmtools-8.0.b09-ea.jar"
+    "file:/usr/share/java/openjdk-asmtools/asmtools.jar"
   ],
   "DecompilerDownloadURL": "https://github.com/openjdk/asmtools"
 }