1
0
Code Issues Pull Requests 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({