[WIP] Improve bundle generation

This commit is contained in:
Daniel
2024-10-09 16:50:46 +02:00
parent 8b68243cc6
commit 5d9088f27e
5 changed files with 271 additions and 69 deletions

View File

@@ -24,6 +24,8 @@ type Artifact struct {
Platform string `json:"Platform,omitempty"`
Unpack string `json:"Unpack,omitempty"`
Version string `json:"Version,omitempty"`
localFile string
}
func (a *Artifact) GetFileMode() os.FileMode {