We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const fs = require("fs-extra-async"); // bsdiff 生成补丁 var diffBuf = bsdiff.diff(originBuf, zipBuffer); fs.outputFileAsync("dist/" + oldzip + ".patch", diffBuf)
cdyf@QIL:/mnt/e/work/static_hybrid$ bspatch dist/all_1.3.3.zip new.zip dist/all_1.3.3.zip.patch bspatch: Corrupt patch
The text was updated successfully, but these errors were encountered:
楼主是brew install的bspatch?可能会是版本不一致导致的。这个模块当时是拉的最新的bsdiff源码,brew里的可能会老一点。
Sorry, something went wrong.
apt-get 安装的
No branches or pull requests
The text was updated successfully, but these errors were encountered: