Fixed path enter script

This commit is contained in:
WolverinDEV 2019-07-03 13:32:39 +02:00
parent 732b956fd8
commit b287051078

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd "../$(dirname $0)"
cd "$(dirname $0)/../"
project_name="__build_teaclient"
source ../scripts/build_helper.sh