fix universal package names in apple lts release scripts
This commit is contained in:
parent
167ba033a6
commit
d967adae24
@ -51,7 +51,7 @@ create_package() {
|
||||
cp "${SOURCE_UNIVERSAL_PACKAGE}"/ffmpeg/LICENSE "${CURRENT_UNIVERSAL_PACKAGE}"/LICENSE || exit 1
|
||||
|
||||
cd "${ALL_UNIVERSAL_DIRECTORY}" || exit 1
|
||||
zip -r "${PACKAGE_NAME}-${PACKAGE_VERSION}-ios-static-universal.zip" "${PACKAGE_NAME}"-universal || exit 1
|
||||
zip -r "ffmpeg-kit-$1-${PACKAGE_VERSION}-ios-static-universal.zip" "${PACKAGE_NAME}"-universal || exit 1
|
||||
}
|
||||
|
||||
if [[ $# -ne 1 ]];
|
||||
|
@ -51,7 +51,7 @@ create_package() {
|
||||
cp "${SOURCE_UNIVERSAL_PACKAGE}"/ffmpeg/LICENSE "${CURRENT_UNIVERSAL_PACKAGE}"/LICENSE || exit 1
|
||||
|
||||
cd "${ALL_UNIVERSAL_DIRECTORY}" || exit 1
|
||||
zip -r "${PACKAGE_NAME}-${PACKAGE_VERSION}-macos-static-universal.zip" "${PACKAGE_NAME}"-universal || exit 1
|
||||
zip -r "ffmpeg-kit-$1-${PACKAGE_VERSION}-macos-static-universal.zip" "${PACKAGE_NAME}"-universal || exit 1
|
||||
}
|
||||
|
||||
if [[ $# -ne 1 ]];
|
||||
|
Loading…
Reference in New Issue
Block a user