mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Populate display_name for autogenerated manifests (#83)
This commit is contained in:
parent
6eca1df47f
commit
3474514013
1 changed files with 3 additions and 0 deletions
|
|
@ -458,6 +458,9 @@ recomp::mods::ModOpenError recomp::mods::ModContext::open_mod(const std::filesys
|
|||
}
|
||||
|
||||
manifest.mod_id = mod_path.stem().string();
|
||||
manifest.display_name = manifest.mod_id;
|
||||
manifest.description.clear();
|
||||
manifest.short_description.clear();
|
||||
manifest.authors = { "Unknown" };
|
||||
|
||||
manifest.minimum_recomp_version.major = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue