mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:51:44 +08:00

* 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
|
|
}
|