From 86ea066e8d93635d4881616970105cabb4b62102 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 17 Dec 2020 14:54:47 +0100 Subject: [PATCH] [core] Save install tags to InstalledGame --- legendary/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/core.py b/legendary/core.py index 836702d..eaac509 100644 --- a/legendary/core.py +++ b/legendary/core.py @@ -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