1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Fix typo in patch extension

This commit is contained in:
sunnylqm 2020-02-27 00:00:49 +08:00
parent 2ad4635bc6
commit b9c655312e

View File

@ -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: