MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / Export

Method Export

Modder/modder/src/main/java/modder/Patcher.java:405–410  ·  view source on GitHub ↗
(String exportPath)

Source from the content-addressed store, hash-verified

403 }
404
405 public void Export(String exportPath) {
406 File exportFile = new File(exportPath);
407 ApkToolWrap.Recompile(this.decompiledApkDirStr, exportFile.getAbsolutePath());
408 System.out.printf("exported to %s\n", exportFile.getAbsolutePath());
409
410 }
411
412}

Callers 1

PatchMethod · 0.95

Calls 1

RecompileMethod · 0.95

Tested by

no test coverage detected