Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- final String url = TlauncherUtil.resolveHostName(Http.get(TLauncher.getInnerSettings().get("statistics.url") + "updater/save", (Map<String, Object>)Maps.newHashMap()));
- final String data = TLauncher.getGson().toJson(StatisticsUtil.preparedUpdaterDTO(this.update, res));
- final Process p = Runtime.getRuntime().exec(new String[] { "cmd", "/c", runner.toString(), runningOffer.replace("\"", "\\\""), url, data.replace("\"", "\\\"") });
- if (p.waitFor() == 1) {
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment