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"