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
1 changed files with 2 additions and 2 deletions

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)