mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:41:38 +08:00
Fix typo in patch extension
This commit is contained in:
@@ -424,7 +424,7 @@ RCT_EXPORT_METHOD(markSuccess)
|
|||||||
case PushyTypeFullDownload:
|
case PushyTypeFullDownload:
|
||||||
return @".ppk";
|
return @".ppk";
|
||||||
case PushyTypePatchFromPackage:
|
case PushyTypePatchFromPackage:
|
||||||
return @".apk.patch";
|
return @".ipa.patch";
|
||||||
case PushyTypePatchFromPpk:
|
case PushyTypePatchFromPpk:
|
||||||
return @".ppk.patch";
|
return @".ppk.patch";
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user