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

@@ -4,7 +4,8 @@ export GOOS=linux
export GOARCH=amd64
build: frps-panel
cp ./config/frps-panel.ini ./bin/frps-panel.ini
cp ./config/frps-panel.toml ./bin/frps-panel.toml
cp ./config/frps-tokens.toml ./bin/frps-tokens.toml
cp -r ./assets/ ./bin/assets/
frps-panel: