Resolve: unversion variant to stable

This commit is contained in:
Jakub Jezek 2021-04-29 10:49:31 +02:00
parent f2ef91fdad
commit d0cec634b3
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
3 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@
"nuke/12-2",
"nukex/12-2",
"hiero/12-2",
"resolve/16",
"resolve/stable",
"houdini/18-5",
"blender/2-91",
"harmony/20",

View file

@ -758,9 +758,9 @@
"RESOLVE_DEV": "True"
},
"variants": {
"16": {
"stable": {
"enabled": true,
"variant_label": "16",
"variant_label": "stable",
"use_python_2": false,
"executables": {
"windows": [

View file

@ -28,8 +28,8 @@
"name": "template_host_variant",
"template_data": [
{
"app_variant_label": "16",
"app_variant": "16"
"app_variant_label": "stable",
"app_variant": "stable"
}
]
}