Fix typo in patch extension
This commit is contained in:
parent
2ad4635bc6
commit
b9c655312e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user