fix executables from local settings

This commit is contained in:
iLLiCiTiT 2021-04-08 12:11:16 +02:00
parent 39f5103d4e
commit d7bca3f53c

View file

@ -489,7 +489,7 @@ def apply_local_settings_on_system_settings(system_settings, local_settings):
# TODO This is temporary fix until launch arguments will be stored
# per platform and not per executable.
# - local settings store only executable
new_executables = [[executable, ""]]
new_executables = [executable]
new_executables.extend(platform_executables)
variants[app_name]["executables"] = new_executables