1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 17:15:17 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
tdzl2003
2016-04-06 00:14:36 +08:00
parent f0dd099de7
commit 7ce5e93833

View File

@@ -64,7 +64,7 @@ export async function downloadUpdate(options) {
await HotUpdate.downloadPatchFromPpk({ await HotUpdate.downloadPatchFromPpk({
updateUrl: options.diffUrl, updateUrl: options.diffUrl,
hashName: options.hash, hashName: options.hash,
originHash: currentVersion, originHashName: currentVersion,
}); });
} else if (options.pdiffUrl) { } else if (options.pdiffUrl) {
await HotUpdate.downloadPatchFromPackage({ await HotUpdate.downloadPatchFromPackage({