bugfix:
This commit is contained in:
parent
f0dd099de7
commit
7ce5e93833
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user