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:
|
||||
return @".ppk";
|
||||
case PushyTypePatchFromPackage:
|
||||
return @".apk.patch";
|
||||
return @".ipa.patch";
|
||||
case PushyTypePatchFromPpk:
|
||||
return @".ppk.patch";
|
||||
default:
|
||||
|
Reference in New Issue
Block a user