[FIX] Возможность добавлять библиотеки с дополнительными файлами в META-INF

This commit is contained in:
Gravit 2019-02-03 18:13:08 +07:00
parent 9ca5158eeb
commit a3e3089032
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -21,7 +21,7 @@ public AttachJarsTask(LaunchServer srv) {
this.srv = srv; this.srv = srv;
jars = new ArrayList<>(); jars = new ArrayList<>();
exclusions = new ArrayList<>(); exclusions = new ArrayList<>();
exclusions.add("META-INF"); exclusions.add("META-INF/MANIFEST.MF");
} }
@Override @Override