Skip to content

Commit

Permalink
Update release-libKSYLive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pengbins authored and Franken Zeng committed Jan 14, 2018
1 parent 16c8694 commit b34559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaseFramework/release-libKSYLive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function xDownload() {
if [ ! -d "${DST_DIR}/${FILE_NAME}.framework" ]; then
echo "download ${FILE_NAME}.framework(${IOS_URL}) to ${DST_DIR}"
curl ${IOS_URL} -o ${ZIP_FILE}
unzip -q ${ZIP_FILE} -d ${DST_DIR}/
unzip -o -q ${ZIP_FILE} -d ${DST_DIR}/
rm ${ZIP_FILE}
fi
}
Expand Down

0 comments on commit b34559f

Please sign in to comment.