From dbd63d371b6c926a7a2f980cb1e67eb3404c45ce Mon Sep 17 00:00:00 2001 From: robogg133 Date: Fri, 24 Oct 2025 17:00:46 -0300 Subject: [PATCH] new values in manifest.toml --- configs/structs.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/structs.go b/configs/structs.go index 09923d5..28734da 100644 --- a/configs/structs.go +++ b/configs/structs.go @@ -8,6 +8,9 @@ type Manifest struct { Description string `toml:"description"` Dependencies map[string]string `toml:"dependencies"` Author string `toml:"author"` + Architeture string `toml:"architeture"` + Os string `toml:"os"` + PacakgeType string `toml:"type"` } `toml:"Package"` Build struct { BuildDependencies map[string]string `toml:"dependencies"`