mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added temporary fix of application executables
This commit is contained in:
parent
367b6c8eec
commit
ff1a694cad
1 changed files with 4 additions and 1 deletions
|
|
@ -363,7 +363,10 @@ def apply_local_settings_on_system_settings(system_settings, local_settings):
|
||||||
platform_executables = variants[app_name]["executables"].get(
|
platform_executables = variants[app_name]["executables"].get(
|
||||||
current_platform
|
current_platform
|
||||||
)
|
)
|
||||||
new_executables = [executable]
|
# 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.extend(platform_executables)
|
new_executables.extend(platform_executables)
|
||||||
variants[app_name]["executables"] = new_executables
|
variants[app_name]["executables"] = new_executables
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue