[FIX] Component proguard commands

This commit is contained in:
Gravita 2025-03-28 11:42:24 +07:00
parent ac43034d45
commit 822872992f

View file

@ -117,7 +117,7 @@ public void invoke(String... args) throws Exception {
Files.deleteIfExists(proguardConf.mappings); Files.deleteIfExists(proguardConf.mappings);
} }
}); });
return null; return commands;
} }
public static class ProGuardMultiReleaseFixer implements LauncherBuildTask { public static class ProGuardMultiReleaseFixer implements LauncherBuildTask {