1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

[Creator] Don't open output directory after building a modpack.

This commit is contained in:
sk89q 2015-07-24 17:04:04 -07:00
parent d2a16fe560
commit 8c1c871484

View File

@ -766,7 +766,6 @@ public class PackManagerController {
.handleAsync(result -> {
ConsoleFrame.hideMessages();
SwingHelper.showMessageDialog(frame, "Successfully generated the package files.", "Success", null, JOptionPane.INFORMATION_MESSAGE);
SwingHelper.browseDir(options.getDestDir(), frame);
}, ex -> {}, SwingExecutor.INSTANCE);
ProgressDialog.showProgress(frame, deferred, builder, "Building modpack...", "Building modpack...");
SwingHelper.addErrorDialogCallback(frame, deferred);