Bump to 5.0

This commit is contained in:
Jiri 2021-08-09 18:42:34 +02:00
commit afbe812d95
12 changed files with 192 additions and 120 deletions

14
systemCfr.patch Normal file
View file

@ -0,0 +1,14 @@
--- runtime-decompiler/src/plugins/CfrDecompilerWrapper.json
+++ runtime-decompiler/src/plugins/CfrDecompilerWrapper.json
@@ -1,8 +1,8 @@
{
"Name": "Cfr",
- "WrapperURL": "file://${XDG_CONFIG_HOME}/plugins/CfrDecompilerWrapper.java",
+ "WrapperURL": "file:/etc/java-runtime-decompiler/plugins/CfrDecompilerWrapper.java",
"DependencyURL": [
- "file://${HOME}/.m2/repository/org/benf/cfr/0.151/cfr-0.151.jar"
+ "file:/usr/share/java/CFR/cfr.jar"
],
"DecompilerDownloadURL": "https://www.benf.org/other/cfr/faq.html"
}