update makefile and package.sh

This commit is contained in:
杨黄林
2023-09-17 11:41:12 +08:00
parent e8de396f6c
commit 6d787693dc
3 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ package: copy
sh ./package.sh
copy: build
cp ./config/frps-panel.ini ./release/frps-panel.ini
cp ./config/frps-panel.toml ./release/frps-panel.toml
cp ./config/frps-tokens.toml ./release/frps-tokens.toml
cp -r ./assets/ ./release/assets/
build: