From 8ca8846f2fd717de3d39bf0714decd8c6ef69e94 Mon Sep 17 00:00:00 2001 From: andrzejwp Date: Wed, 7 Nov 2018 06:02:56 -0800 Subject: [PATCH] Change download path in libs.sh --- libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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