mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
8 lines
122 B
Go
8 lines
122 B
Go
package linux
|
|
|
|
// Options specific to Linux builds
|
|
type Options struct {
|
|
// Linux needs the icon embedded
|
|
Icon []byte
|
|
}
|