sun-pc 3c60b26b12 fix app.json hace 10 meses
..
api 3c60b26b12 fix app.json hace 10 meses
assets 54dc8b5bb7 update hace 1 año
bus 5cbbd06bf5 init hace 1 año
cefclient 5cbbd06bf5 init hace 1 año
cmd 5cbbd06bf5 init hace 1 año
conf 5cbbd06bf5 init hace 1 año
huawei 5cbbd06bf5 init hace 1 año
icon 5cbbd06bf5 init hace 1 año
log 5cbbd06bf5 init hace 1 año
mproto 5cbbd06bf5 init hace 1 año
quitsocket 5cbbd06bf5 init hace 1 año
service 5cbbd06bf5 init hace 1 año
socket 5cbbd06bf5 init hace 1 año
tray 5cbbd06bf5 init hace 1 año
utils 5cbbd06bf5 init hace 1 año
app.yaml 5cbbd06bf5 init hace 1 año
appCefScheme.go 5cbbd06bf5 init hace 1 año
appMgr.go 5cbbd06bf5 init hace 1 año
go.mod d12ad75710 优化下载和解压进度 hace 10 meses
go.sum d12ad75710 优化下载和解压进度 hace 10 meses
logo.ico d88b79052c update hace 1 año
main.go 4c6f12a7d5 update hace 10 meses
natsMgr.go 5cbbd06bf5 init hace 1 año
ports 5cbbd06bf5 init hace 1 año
readme.md 9c9c26eb04 update hace 1 año
resource.syso d88b79052c update hace 1 año
url 5cbbd06bf5 init hace 1 año
utils.go 5cbbd06bf5 init hace 1 año
version 5cbbd06bf5 init hace 1 año
versioninfo.json d88b79052c update hace 1 año

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"