mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-17 16:10:09 +01:00
7 lines
160 B
Go
7 lines
160 B
Go
package linux
|
|
|
|
// Options specific to Linux builds
|
|
type Options struct {
|
|
// AppID is the gtk application id string. Defaults to a random uuid.
|
|
AppID string
|
|
}
|