mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 04:35:17 +00:00
Update publish-android.sh
This commit is contained in:
parent
d77b4e4833
commit
bc710625a1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
DIR=../android
|
||||
LOG_OUTPUT=./tmp/capacitor-android.txt
|
||||
CAP_VERSION=`grep '"version": ' $DIR/package.json | awk '{print $2}' | tr -d '",'`
|
||||
CAP_VERSION=`grep '"version": ' ../package.json | awk '{print $2}' | tr -d '",'`
|
||||
echo Attempting to build and publish Capacitor native libraries with version $CAP_VERSION
|
||||
|
||||
# Make log dir if doesnt exist
|
||||
|
|
Loading…
Reference in a new issue