From 714b440cd869571fd09132d763fadd39958b4699 Mon Sep 17 00:00:00 2001 From: hu xiaotong <416314413@163.com> Date: Mon, 23 Jun 2025 17:15:18 +0800 Subject: [PATCH] =?UTF-8?q?build(hack):=20=E9=85=8D=E7=BD=AE=20gfcli=20?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=9A=84=E6=9E=84=E5=BB=BA=E5=8F=82=E6=95=B0?= =?UTF-8?q?-=20=E6=B7=BB=E5=8A=A0=20build=20=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=BA=20"epic-app"=20-=20=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E7=9B=AE=E6=A0=87=E6=9E=B6=E6=9E=84=E4=B8=BA=20amd64?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=20Linux=20=E5=92=8C=20Windows=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=20-=E7=A6=81=E7=94=A8=20CGO=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20mod=20none=20=E6=A8=A1=E5=BC=8F=20-=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B5=84=E6=BA=90=E6=96=87=E4=BB=B6=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hack/config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hack/config.yaml b/hack/config.yaml index 958971f..83bc586 100644 --- a/hack/config.yaml +++ b/hack/config.yaml @@ -1,6 +1,17 @@ # CLI tool, only in development environment. # https://goframe.org/docs/cli gfcli: + build: + name: "epic-app" + arch: "amd64" + system: "linux,windows" + mod: "none" + cgo: 0 + packSrc: "manifest/config,manifest/i18n,resource/public,resource/template" + version: "" +# output: "./goexe" + extra: "" + gen: dao: - link: "mysql:root:hu123456@tcp(193.112.151.199:3306)/wow"