mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move standalone publisher plugins to hosts
This commit is contained in:
parent
99f1a95a08
commit
940375cca7
24 changed files with 5 additions and 1 deletions
0
pype/hosts/standalonepublisher/__init__.py
Normal file
0
pype/hosts/standalonepublisher/__init__.py
Normal file
|
|
@ -14,7 +14,11 @@ class StandAlonePublishAction(PypeModule, ITrayAction):
|
|||
self.enabled = modules_settings[self.name]["enabled"]
|
||||
self.publish_paths = [
|
||||
os.path.join(
|
||||
pype.PLUGINS_DIR, "standalonepublisher", "publish"
|
||||
pype.PACKAGE_DIR,
|
||||
"hosts",
|
||||
"standalonepublisher",
|
||||
"plugins",
|
||||
"publish"
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue