mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] ProGuard pipeline fix
This commit is contained in:
parent
7015d45088
commit
e5e8fa1463
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class ProGuardComponent extends Component implements AutoCloseable, Recon
|
||||||
@Override
|
@Override
|
||||||
public void init(LaunchServer launchServer) {
|
public void init(LaunchServer launchServer) {
|
||||||
proguardConf = new ProguardConf(launchServer, this);
|
proguardConf = new ProguardConf(launchServer, this);
|
||||||
launchServer.launcherBinary.add((v) -> v.getName().startsWith(modeAfter), new ProGuardBuildTask(launchServer, proguardConf, this));
|
launchServer.launcherBinary.addAfter((v) -> v.getName().startsWith(modeAfter), new ProGuardBuildTask(launchServer, proguardConf, this));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue