mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add compatible harmony addon version to package.py
This commit is contained in:
parent
2fb258c0d1
commit
4141ce30b4
1 changed files with 3 additions and 1 deletions
|
|
@ -9,4 +9,6 @@ plugin_for = ["ayon_server"]
|
|||
ayon_server_version = ">=1.0.3,<2.0.0"
|
||||
ayon_launcher_version = ">=1.0.2"
|
||||
ayon_required_addons = {}
|
||||
ayon_compatible_addons = {}
|
||||
ayon_compatible_addons = {
|
||||
"harmony": ">0.4.0",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue