it is possible to define project specific environments

This commit is contained in:
iLLiCiTiT 2021-03-25 17:28:15 +01:00
parent 1d279b301d
commit 1089c5f3c7
2 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"darwin": [],
"linux": []
},
"project_environments": {},
"publish": {
"IntegrateHeroVersion": {
"enabled": true

View file

@ -30,6 +30,12 @@
"multiplatform": true,
"multipath": true,
"use_label_wrap": true
},
{
"key": "project_environments",
"type": "raw-json",
"label": "Additional Project Environments (set on application launch)",
"use_label_wrap": true
}
]
}