Replace variables in download filepath during compilation

This commit is contained in:
2025-11-08 18:49:03 +02:00
parent 52f25c8f3f
commit dfdf38bad8
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ type PackageInfo struct {
type PackageDownload struct {
Url string `yaml:"url"`
Type string `yaml:"type,omitempty"`
Filepath string `yaml:"filepath,omitempty,omitempty"`
Filepath string `yaml:"filepath,omitempty"`
// Archive options
NoExtract bool `yaml:"no_extract,omitempty"`