mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Add rudimentary support for addonid/fileid specifying on command line
This commit is contained in:
@@ -220,7 +220,7 @@ type modFileInfo struct {
|
||||
GameVersions []string `json:"gameVersion"`
|
||||
Fingerprint int `json:"packageFingerprint"`
|
||||
Dependencies []struct {
|
||||
ModID int `json:"addonId"`
|
||||
ModID int `json:"addonIDFlag"`
|
||||
Type int `json:"type"`
|
||||
} `json:"dependencies"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user