move standalone publisher plugins to hosts

This commit is contained in:
Milan Kolar 2021-02-16 18:54:02 +01:00
parent 99f1a95a08
commit 940375cca7
24 changed files with 5 additions and 1 deletions

View 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"
)
]