Unblock robomerge from Main

#RB:none

[CL 4604382 by Jason Bestimt in Dev-VR branch]
This commit is contained in:
Jason Bestimt
2018-11-28 15:05:11 -05:00
parent b3ab31f314
commit e7ed7cd3ff
1698 changed files with 68831 additions and 23013 deletions

View File

@@ -127,7 +127,7 @@ FReply FCrashReportClient::SubmitAndRestart()
CrashedAppPathUri.RemoveAt(CrashedAppPathUri.Len() - 1);
// Re-run the application via the Launcher
FOpenLauncherOptions OpenOptions(FString::Printf(TEXT("apps/%s"), *CrashedAppPathUri));
FOpenLauncherOptions OpenOptions(FString::Printf(TEXT("apps/%s?action=launch"), *CrashedAppPathUri));
OpenOptions.bSilent = true;
if (LauncherPlatform->OpenLauncher(OpenOptions))
{