Files
UnrealEngineUWP/Engine/Extras/ushell/Toolbox.json
ben marsh 2af764e351 Merging latest Horde changes from Main.
[CL 36756615 by ben marsh in 5.5 branch]
2024-10-01 19:23:06 -04:00

11 lines
207 B
JSON

{
"statusPanelLinks": [
{
"label": "ushell",
"fileName": "$(COMSPEC)",
"arguments": "/D /K \"\"$(ToolDir)\\ushell.bat\" --project=\"$(ProjectFile)\"\"",
"workingDir": "$(ProjectDir)"
}
]
}