Skip to content

Commit c6bf6f5

Browse files
committed
update package.sh
1 parent f6d0046 commit c6bf6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for os in $os_all; do
4444
mv ./frps_${os}_${arch} ${frp_path}/frps
4545
fi
4646
cp ./LICENSE ${frp_path}
47-
cp ./conf/* ${frp_path}
47+
cp -rf ./conf/* ${frp_path}
4848

4949
# packages
5050
cd ./packages

0 commit comments

Comments
 (0)