feat: auto replace

This commit is contained in:
Rogee
2025-03-31 15:15:58 +08:00
parent f52eab00b0
commit d016934d83
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ tidy:
.PHONY: release
release:
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags=${flags} -o bin/release/{{.ProjectName}} .
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags=${flags} -o bin/release/app .
@cp config.toml bin/release/
.PHONY: test