update package.sh

This commit is contained in:
fatedier 2019-03-25 18:38:02 +08:00
parent f6d0046b5a
commit c6bf6f59e6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ for os in $os_all; do
mv ./frps_${os}_${arch} ${frp_path}/frps
fi
cp ./LICENSE ${frp_path}
cp ./conf/* ${frp_path}
cp -rf ./conf/* ${frp_path}
# packages
cd ./packages