mirror of
https://github.com/wavetermdev/wails.git
synced 2026-04-22 15:26:15 -07:00
d8bcf7ac70
* v2: linux: add icon to linux specific app option and load it during window creation Signed-off-by: Martin Gysel <me@bearsh.org> * doc: linux specific option: icon
7 lines
88 B
Go
7 lines
88 B
Go
package linux
|
|
|
|
// Options specific to Linux builds
|
|
type Options struct {
|
|
Icon []byte
|
|
}
|