Fix hardcoded release icons
This commit is contained in:
parent
b484e32b08
commit
1a4c12d851
9 changed files with 37 additions and 20 deletions
|
|
@ -41,12 +41,13 @@ type Weather struct {
|
|||
}
|
||||
|
||||
type AppRelease struct {
|
||||
Source ReleaseSource
|
||||
Name string
|
||||
Version string
|
||||
NotesUrl string
|
||||
TimeReleased time.Time
|
||||
Downvotes int
|
||||
Source ReleaseSource
|
||||
SourceIconURL string
|
||||
Name string
|
||||
Version string
|
||||
NotesUrl string
|
||||
TimeReleased time.Time
|
||||
Downvotes int
|
||||
}
|
||||
|
||||
type AppReleases []AppRelease
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue