package linux // Options specific to Linux builds type Options struct { // AppID is the gtk application id string. Defaults to a random uuid. AppID string }