mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
7bd067d5a5
commit
9246dfeec1
1 changed files with 4 additions and 2 deletions
|
|
@ -164,9 +164,11 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
master_prefs_variable = f"FUSION{profile_version}_MasterPrefs"
|
||||
|
||||
if AYON_SERVER_ENABLED:
|
||||
master_prefs = Path(FUSION_HOST_DIR, "deploy_ayon", "fusion_shared.prefs")
|
||||
master_prefs = Path(
|
||||
FUSION_HOST_DIR, "deploy_ayon", "fusion_shared.prefs")
|
||||
else:
|
||||
master_prefs = Path(FUSION_HOST_DIR, "deploy", "fusion_shared.prefs")
|
||||
master_prefs = Path(
|
||||
FUSION_HOST_DIR, "deploy", "fusion_shared.prefs")
|
||||
|
||||
self.log.info(f"Setting {master_prefs_variable}: {master_prefs}")
|
||||
self.launch_context.env[master_prefs_variable] = str(master_prefs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue