Minor fix when launching things from standalone launcher

This commit is contained in:
Alexandre Archambault 2016-01-31 21:06:05 +01:00
parent b6cc9be5b9
commit 2224714bc8
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -23,6 +23,10 @@ cat >> coursier.pro << EOF
-keep class coursier.cli.Coursier {
public static void main(java.lang.String[]);
}
-keep class coursier.cli.IsolatedClassLoader {
public java.lang.String[] getIsolationTargets();
}
EOF
# -noverify added in launcher below because of errors like