sunsheng 9c9c26eb04 update 1 year ago
..
api 6f05f1f28d update 1 year ago
assets 5cbbd06bf5 init 1 year ago
bus 5cbbd06bf5 init 1 year ago
cefclient 5cbbd06bf5 init 1 year ago
cmd 5cbbd06bf5 init 1 year ago
conf 5cbbd06bf5 init 1 year ago
huawei 5cbbd06bf5 init 1 year ago
icon 5cbbd06bf5 init 1 year ago
log 5cbbd06bf5 init 1 year ago
mproto 5cbbd06bf5 init 1 year ago
quitsocket 5cbbd06bf5 init 1 year ago
service 5cbbd06bf5 init 1 year ago
socket 5cbbd06bf5 init 1 year ago
tray 5cbbd06bf5 init 1 year ago
utils 5cbbd06bf5 init 1 year ago
app.yaml 5cbbd06bf5 init 1 year ago
appCefScheme.go 5cbbd06bf5 init 1 year ago
appMgr.go 5cbbd06bf5 init 1 year ago
go.mod 5cbbd06bf5 init 1 year ago
go.sum 5cbbd06bf5 init 1 year ago
logo.ico d88b79052c update 1 year ago
main.go d88b79052c update 1 year ago
natsMgr.go 5cbbd06bf5 init 1 year ago
ports 5cbbd06bf5 init 1 year ago
readme.md 9c9c26eb04 update 1 year ago
resource.syso d88b79052c update 1 year ago
url 5cbbd06bf5 init 1 year ago
utils.go 5cbbd06bf5 init 1 year ago
version 5cbbd06bf5 init 1 year ago
versioninfo.json d88b79052c update 1 year ago

readme.md

执行文件添加logo等信息

将icon文件和versioninfo.json文件放到项目目录中 go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest 设置环境变量gopath路径 入口代码前面加上//go:generate goversioninfo go generate

无控制台

go build -ldflags "-s -w -H=windowsgui"