remove native filenames from manifest, add it in code instead
what was I thinking
This commit is contained in:
@@ -92,7 +92,7 @@ public class InstanceContainer {
|
||||
config = new Configuration(manifest);
|
||||
if (jarfile != null) {
|
||||
try {
|
||||
NativeLoader.loadNatives(jarfile, manifest);
|
||||
NativeLoader.loadNatives(jarfile);
|
||||
} catch (IOException e) {
|
||||
String msg = String.format("Could not unpack native(s): %s", e.getMessage());
|
||||
throw new RuntimeException(msg, e);
|
||||
|
||||
Reference in New Issue
Block a user