sun-pc 3c60b26b12 fix app.json 10 달 전
..
api 3c60b26b12 fix app.json 10 달 전
assets 54dc8b5bb7 update 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 d12ad75710 优化下载和解压进度 10 달 전
go.sum d12ad75710 优化下载和解压进度 10 달 전
logo.ico d88b79052c update 1 년 전
main.go 4c6f12a7d5 update 10 달 전
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"