mirror of
https://github.com/getbible/v2_builder.git
synced 2024-11-22 02:35:09 +00:00
Fixed paths
This commit is contained in:
parent
55c9dc47fe
commit
17e47752c7
4
run.sh
4
run.sh
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user