1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 01:26:10 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

add bsdiff in ndk module.

This commit is contained in:
tdzl2003
2016-03-31 22:54:29 +08:00
parent 00ddfcecb2
commit a3a5a5fc3e
20 changed files with 5784 additions and 45 deletions

View File

@@ -159,7 +159,6 @@ async function diffWithApk(origin, next, output) {
}
});
console.log(copies);
zipfile.addBuffer(new Buffer(JSON.stringify({copies})), '__diff.json');
zipfile.end();
await writePromise;