修改ipa 的文件类型

This commit is contained in:
delex.xie 2020-04-10 11:43:21 +08:00 committed by GitHub
parent 2af55e185a
commit 12af6b3e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ $mimetype_complete_map = array(
".zoo" => "application/octet-stream",
".zsh" => "text/x-script.zsh",
".apk" => "application/vnd.android.package-archive",
".ipa" => "application/vnd.android.package-archive",
".ipa" => "application/octet-stream.ipa",
".flv" => "video/x-flv",
".mp4" => "video/mp4",
".m3u8" => "application/x-mpegURL",