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

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"