0.2.45 - Server side git commits
This commit is contained in:
@@ -32,6 +32,10 @@ type Policy struct {
|
||||
// an old release) to keep updates optional; set it to LatestVersion to make the
|
||||
// current release mandatory for everyone.
|
||||
MinimumVersion string `json:"minimumVersion"`
|
||||
// RetireBelowVersion is the destructive floor. Clients below it have their session
|
||||
// removed before receiving the mandatory update screen. It is separate from
|
||||
// MinimumVersion so an ordinary required update does not sign viewers out.
|
||||
RetireBelowVersion string `json:"retireBelowVersion,omitempty"`
|
||||
// DownloadURL points at the APK — normally the same file the landing page serves.
|
||||
DownloadURL string `json:"downloadUrl"`
|
||||
// SHA256 and SizeBytes let the TV reject a truncated, stale or substituted download
|
||||
|
||||
Reference in New Issue
Block a user