4
2
mirror of https://github.com/getbible/v2_builder.git synced 2024-06-11 01:32:23 +00:00

Fixed paths

This commit is contained in:
Llewellyn van der Merwe 2021-04-20 18:27:46 +02:00
parent 55c9dc47fe
commit 17e47752c7
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C

4
run.sh
View File

@ -229,8 +229,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# set working paths
DIR_src="${DIR}/src"
DIR_conf="${DIR}/conf"
DIR_api="${DIR}/sword_zip"
DIR_zip="${DIR}/v2"
DIR_api="${DIR}/v2"
DIR_zip="${DIR}/sword_zip"
# download all modules
DOWNLOAD=1
# push changes to github (you need setup your own repos)