Skip to content

Commit

Permalink
Put languages into FyneApp.toml instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sdassow committed Jan 12, 2025
1 parent dca8e89 commit ca421dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fyne/internal/metadata/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type FyneApp struct {
Release map[string]string `toml:",omitempty"`
Source *AppSource `toml:",omitempty"`
LinuxAndBSD *LinuxAndBSD `toml:",omitempty"`
Languages []string `toml:",omitempty"`
}

// AppDetails describes the build information, this group may be OS or arch specific
Expand Down

0 comments on commit ca421dd

Please sign in to comment.