bugfix:
This commit is contained in:
parent
f0dd099de7
commit
7ce5e93833
@ -64,7 +64,7 @@ export async function downloadUpdate(options) {
|
||||
await HotUpdate.downloadPatchFromPpk({
|
||||
updateUrl: options.diffUrl,
|
||||
hashName: options.hash,
|
||||
originHash: currentVersion,
|
||||
originHashName: currentVersion,
|
||||
});
|
||||
} else if (options.pdiffUrl) {
|
||||
await HotUpdate.downloadPatchFromPackage({
|
||||
|
Loading…
Reference in New Issue
Block a user