|
@@ -51,8 +51,8 @@ public class AuthLicenseUtil {
|
|
FileUtil.del(results);
|
|
FileUtil.del(results);
|
|
|
|
|
|
JSONObject licenseDataJson = new JSONObject();
|
|
JSONObject licenseDataJson = new JSONObject();
|
|
- licenseDataJson.put("split_type", "SPLIT_V23");
|
|
|
|
- licenseDataJson.put("skybox_type", "SKYBOX_V5");
|
|
|
|
|
|
+ licenseDataJson.set("split_type", "SPLIT_V23");
|
|
|
|
+ licenseDataJson.set("skybox_type", "SKYBOX_V5");
|
|
FileUtils.writeFile(licensePath + File.separator + "data.json", licenseDataJson.toString());
|
|
FileUtils.writeFile(licensePath + File.separator + "data.json", licenseDataJson.toString());
|
|
ShellUtil.execCmd(String.format(cmd,licensePath));
|
|
ShellUtil.execCmd(String.format(cmd,licensePath));
|
|
}
|
|
}
|