}
ProgressSplashScreen splash = new ProgressSplashScreen();
Download download = new Download(RestAPI.getLauncherDownloadURL(Settings.getLauncherChannel(), !codeSource.getName().endsWith(".exe")), temp.getPath());
download.setListener(new LauncherDownloadListener(splash));
download.run();
ProcessBuilder processBuilder = new ProcessBuilder();
ArrayList<String> commands = new ArrayList<String>();
if (!codeSource.getName().endsWith(".exe")) {
if (OperatingSystem.getOS().isWindows()) {