You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Unblock robomerge from Main
#RB:none [CL 4604382 by Jason Bestimt in Dev-VR branch]
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user