mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-14 15:04:32 +02:00
Implement updating of multiple mods at once
This commit is contained in:
@@ -91,3 +91,8 @@ func (m Mod) GetParsedUpdateData(updaterName string) (interface{}, bool) {
|
||||
upd, ok := m.updateData[updaterName]
|
||||
return upd, ok
|
||||
}
|
||||
|
||||
// GetFilePath is a clumsy hack that I made because Mod already stores it's path anyway
|
||||
func (m Mod) GetFilePath() string {
|
||||
return m.metaFile
|
||||
}
|
Reference in New Issue
Block a user