mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix executables from local settings
This commit is contained in:
parent
39f5103d4e
commit
d7bca3f53c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue