mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-14 19:19:12 +03:00
[FIX] Ещё 1 бажек AttachJarsTask.
This commit is contained in:
parent
2e9e8f8bb3
commit
4615624431
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/MANIFEST.MF");
|
||||
exclusions.add("META-INF");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue