Files
OpenRA/OpenRA.Utility/Properties/launchSettings.json
2022-05-15 23:06:25 -05:00

12 lines
206 B
JSON

{
"profiles": {
"OpenRA.Utility": {
"commandName": "Project",
"commandLineArgs": "all --docs {DEV_VERSION}",
"environmentVariables": {
"ENGINE_DIR": ".."
}
}
}
}