Added a VS launch profile for the Utility as well
This commit is contained in:
parent
c72b0468fc
commit
3bbfac9081
@ -4,6 +4,15 @@
|
||||
"commandName": "Executable",
|
||||
"executablePath": "..\\..\\engine\\bin\\OpenRA.exe",
|
||||
"commandLineArgs": "Game.Mod=example Engine.EngineDir=..\\..\\engine Engine.LaunchPath=..\\..\\engine\\bin Engine.ModSearchPaths=..\\..\\mods,..\\..\\engine\\mods Debug.DisplayDeveloperSettings=true"
|
||||
},
|
||||
"Utility": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "..\\..\\engine\\bin\\OpenRA.Utility.exe",
|
||||
"commandLineArgs": "example --check-yaml",
|
||||
"environmentVariables": {
|
||||
"ENGINE_DIR": "..\\..\\engine",
|
||||
"MOD_SEARCH_PATHS": "..\\..\\mods,..\\..\\engine\\mods"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user