649 B
649 B
install tool
go install fyne.io/fyne/v2/cmd/fyne@latest
install font
fyne CLI 打包
fyne bundle msyh.ttc >> bundled.go -- 打包粗体 fyne bundle -append msyhbd.ttc >> bundled.go (不要使用powershell 或vscode自带终端)
icon
将静态资源编译为 go 文件 fyne bundle fav.png >> bundled.go 如果是要追加资源 fyne bundle -append image2.jpg >> bundled.go
a := app.New() a.SetIcon(resourceFavPng)
package
fyne package --name robotGUI-1.0.0 -os windows -icon Icon.png