mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #612 from ynput/bugfix/create-packages-fix
Chore: Fix creation of applications and maya packages
This commit is contained in:
commit
7915ab3cab
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ name = "applications"
|
|||
title = "Applications"
|
||||
version = "0.2.2"
|
||||
|
||||
client_dir = "ayon_applications"
|
||||
|
||||
ayon_server_version = ">=1.0.7"
|
||||
ayon_launcher_version = ">=1.0.2"
|
||||
ayon_required_addons = {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ name = "maya"
|
|||
title = "Maya"
|
||||
version = "0.2.1"
|
||||
|
||||
client_dir = "ayon_maya"
|
||||
|
||||
ayon_required_addons = {
|
||||
"core": ">0.3.2",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue