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": [], "darwin": [],
"linux": [] "linux": []
}, },
"project_environments": {},
"publish": { "publish": {
"IntegrateHeroVersion": { "IntegrateHeroVersion": {
"enabled": true "enabled": true

View file

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