编辑 | blame | 历史 | 原始文档

Basic金蝶14.02数据库接口服务

要求golang版本 1.16

gui 配置

安装fyne工具
cassandraql go get fyne.io/fyne/cmd/fyne
添加图标
cassandraql fyne bundle icon.png >> bundled.go
使用图标
cassandraql a.SetIcon(resourceIconPng)

编译

fyne package -os windows -icon static/icon.png
或者
go build -ldflags="-H windowsgui -w -s"
README 395 b