wails/v2/pkg/options/linux/linux.go
2021-11-14 22:40:37 +11:00

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
}