mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Возможность добавлять библиотеки с дополнительными файлами в META-INF
This commit is contained in:
parent
9ca5158eeb
commit
a3e3089032
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public AttachJarsTask(LaunchServer srv) {
|
|||
this.srv = srv;
|
||||
jars = new ArrayList<>();
|
||||
exclusions = new ArrayList<>();
|
||||
exclusions.add("META-INF");
|
||||
exclusions.add("META-INF/MANIFEST.MF");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue