Fix typo in ios-package.sh
This commit is contained in:
parent
47685f059f
commit
509d06d474
|
@ -17,12 +17,12 @@ package_libdeepspeech_as_zip "libdeepspeech.zip"
|
|||
case $arch in
|
||||
"--x86_64")
|
||||
${TAR} -cf - \
|
||||
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/Release-iphonesimulator/deepspeech_ios.framework \
|
||||
| ${XZ} > "${TASKCLUSTER_ARTIFACTS}/ deepspeech_ios.framework.x86_64.tar.xz"
|
||||
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/Release-iphonesimulator/ deepspeech_ios.framework \
|
||||
| ${XZ} > "${TASKCLUSTER_ARTIFACTS}/deepspeech_ios.framework.x86_64.tar.xz"
|
||||
;;
|
||||
"--arm64")
|
||||
${TAR} -cf - \
|
||||
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/Release-iphoneos/deepspeech_ios.framework \
|
||||
| ${XZ} > "${TASKCLUSTER_ARTIFACTS}/ deepspeech_ios.framework.arm64.tar.xz"
|
||||
-C ${DS_ROOT_TASK}/DeepSpeech/ds/native_client/swift/DerivedData/Build/Products/Release-iphoneos/ deepspeech_ios.framework \
|
||||
| ${XZ} > "${TASKCLUSTER_ARTIFACTS}/deepspeech_ios.framework.arm64.tar.xz"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue