mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-28 01:34:33 +01:00
Import author/version metadata from CurseForge packs
This commit is contained in:
@@ -154,8 +154,9 @@ var importCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
pack = core.Pack{
|
||||
Name: packImport.Name(),
|
||||
// TODO: author, version?
|
||||
Name: packImport.Name(),
|
||||
Author: packImport.PackAuthor(),
|
||||
Version: packImport.PackVersion(),
|
||||
PackFormat: core.CurrentPackFormat,
|
||||
Index: struct {
|
||||
File string `toml:"file"`
|
||||
|
||||
Reference in New Issue
Block a user