mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core] Save install tags to InstalledGame
This commit is contained in:
parent
cff8abd0da
commit
86ea066e8d
|
@ -847,7 +847,7 @@ class LegendaryCore:
|
|||
launch_parameters=new_manifest.meta.launch_command,
|
||||
can_run_offline=offline == 'true', requires_ot=ot == 'true',
|
||||
is_dlc=base_game is not None, install_size=anlres.install_size,
|
||||
egl_guid=egl_guid)
|
||||
egl_guid=egl_guid, install_tags=file_install_tag)
|
||||
|
||||
return dlm, anlres, igame
|
||||
|
||||
|
|
Loading…
Reference in a new issue