electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

build: add --folder arg to apply-patches #606

Closed nornagon closed 6 years ago

nornagon commented 6 years ago

This allows one to apply folders of patches by hand more easily.

alexeykuzmin commented 6 years ago

@nornagon It is definitely not obvious, but you could just use ./script/patch.py -d path/to/a/folder.

nornagon commented 6 years ago

ahh, totally missed that! thanks. I'll remove this feature and add a note pointing to patch.py.