remove configuration files in release assets (#3713)

This commit is contained in:
fatedier
2023-10-23 10:47:59 +08:00
committed by GitHub
parent 9cb0726ebc
commit 496b1f1078
4 changed files with 5 additions and 3 deletions

View File

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