A tool for create / apply patch, also useful in mcp-pro
- download release
java -jar PatchApplier.jar [options]
- -make -> run tool as make patches mode
- -apply -> run tool as apply patches mode
- -dry -> only available in make mode, run make with
dry mode
default totrue
java -jar PatchApplier.jar -make /original_file /fixed_file /patch_folder -dry=true
java -jar PatchApplier.jar -apply /original_file /patch_folder