mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
[Forge installer 1.13+] added missing main class
This commit is contained in:
@@ -16,6 +16,6 @@ public class NewForgeInstaller extends BaseInstaller
|
||||
|
||||
ctx.appendlnToLog("Launching JVM");
|
||||
return ctx.launchJavaRuntime(null,
|
||||
"-cp " + Tools.MAIN_PATH + "/config/forge-installer-headless.jar:" + mFile.getAbsolutePath() + " --installClient .");
|
||||
"-cp " + Tools.MAIN_PATH + "/config/forge-installer-headless.jar:" + mFile.getAbsolutePath() + " me.xfl03.HeadlessInstaller --installClient .");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user