mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added standalone publisher to silent commands
This commit is contained in:
parent
052ca7f086
commit
b8e0a7479d
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
|
@ -116,7 +116,7 @@ from igniter.tools import load_environments # noqa: E402
|
|||
from igniter.bootstrap_repos import PypeVersion # noqa: E402
|
||||
|
||||
bootstrap = BootstrapRepos()
|
||||
silent_commands = ["run", "igniter"]
|
||||
silent_commands = ["run", "igniter", "standalonepublisher"]
|
||||
|
||||
|
||||
def set_environments() -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue