mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
rename to frps-panel
add i18n for some words
This commit is contained in:
8
Makefile
8
Makefile
@@ -3,10 +3,10 @@ export CGO_ENABLED=0
|
||||
export GOOS=linux
|
||||
export GOARCH=amd64
|
||||
|
||||
build: frps-multiuser
|
||||
cp ./config/frps-multiuser.ini ./bin/frps-multiuser.ini
|
||||
build: frps-panel
|
||||
cp ./config/frps-panel.ini ./bin/frps-panel.ini
|
||||
cp -r ./assets/ ./bin/assets/
|
||||
|
||||
frps-multiuser:
|
||||
frps-panel:
|
||||
rm -rf ./bin
|
||||
go build -o ./bin/frps-multiuser ./cmd/frps-multiuser
|
||||
go build -o ./bin/frps-panel ./cmd/frps-panel
|
||||
|
||||
Reference in New Issue
Block a user