Merge pull request #612 from ynput/bugfix/create-packages-fix

Chore: Fix creation of applications and maya packages
This commit is contained in:
Jakub Trllo 2024-06-07 14:46:02 +02:00 committed by GitHub
commit 7915ab3cab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -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 = {

View file

@ -2,6 +2,8 @@ name = "maya"
title = "Maya"
version = "0.2.1"
client_dir = "ayon_maya"
ayon_required_addons = {
"core": ">0.3.2",
}