5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00
wails/v2/pkg/options/linux/linux.go
2021-11-27 20:36:48 +11:00

8 lines
122 B
Go

package linux
// Options specific to Linux builds
type Options struct {
// Linux needs the icon embedded
Icon []byte
}