bsdiff-node
bsdiff-node copied to clipboard
An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).
Hi, Is it possible to integrate the functionality where the diff and patch functions can accept string or buffer rather than accepting the file url? Thanks in advance!
the patch api throws error 'No such file or directory' when the file path contains chinese character on Windows 10. ``` const oldFile = 'C:\\Users\\famingyuan\\Desktop\\rhtx\\release\\1.2.0\\v1.2.0-win64-prod-c626ef.asar' const newFile = 'C:\\Users\\famingyuan\\Desktop\\rhtx\\release\\1.3.0\\result.asar' const...