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

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"