mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-07 15:45:14 +08:00
bugfix:
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user