diff --git a/libs.sh b/libs.sh index 057e1daf..2b100f90 100755 --- a/libs.sh +++ b/libs.sh @@ -4,7 +4,7 @@ set -e VERSION="v2.8.0" URL="https://github.com/datso/react-native-pjsip-builder/releases/download/${VERSION}/release.tar.gz" LOCK=".libs.lock" -DEST=".libs.tar.gz" +DEST="release.tar.gz" DOWNLOAD=true if ! type "curl" > /dev/null; then