Allow optional hak releases

This commit is contained in:
2026-04-13 12:41:14 +02:00
parent bc708fc6b9
commit 471fbbb55e
3 changed files with 141 additions and 8 deletions
+1
View File
@@ -53,6 +53,7 @@ type HAKConfig struct {
Priority int `json:"priority"`
MaxBytes int64 `json:"max_bytes"`
Split bool `json:"split"`
Optional bool `json:"optional,omitempty"`
Include []string `json:"include"`
}