diff --git a/build.sh b/build.sh index 98059d2..a3f4b4b 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,7 @@ for os in $os_all; do fi cp ../LICENSE ${hello_path} cp ../library/* ${hello_path} - cp ../conf/conf.example.yml ${hello_path}/conf.yml + cp ../conf/conf.yml ${hello_path}/conf.yml # packages cd ./packages