addon/info: wesnoth_addon_manager wants the dependencies list in _info.cfg
This commit is contained in:
parent
dc15ae8d31
commit
acd1db7c31
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ void addon_info::write_minimal(config& cfg) const
|
|||
cfg["uploads"] = this->uploads;
|
||||
cfg["type"] = get_addon_type_string(this->type);
|
||||
cfg["title"] = this->title;
|
||||
cfg["dependencies"] = utils::join(this->depends);
|
||||
}
|
||||
|
||||
std::string addon_info::display_title() const
|
||||
|
|
Loading…
Add table
Reference in a new issue