Allow fetching releases from multiple sources
This commit is contained in:
parent
7d1ede8c91
commit
01af97ddab
13 changed files with 474 additions and 367 deletions
|
|
@ -152,6 +152,10 @@ func (f *OptionalEnvString) UnmarshalYAML(node *yaml.Node) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (f *OptionalEnvString) String() string {
|
||||
return string(*f)
|
||||
}
|
||||
|
||||
func toSimpleIconIfPrefixed(icon string) (string, bool) {
|
||||
if !strings.HasPrefix(icon, "si:") {
|
||||
return icon, false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue