Fix hardcoded release icons

This commit is contained in:
Svilen Markov
2024-08-27 17:17:41 +01:00
parent b484e32b08
commit 1a4c12d851
9 changed files with 37 additions and 20 deletions

View File

@@ -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