Skip to content

Commit

Permalink
fix: build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wuqinqiang committed Mar 5, 2023
1 parent 8bfc534 commit 987e777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987e777

Please sign in to comment.