You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Dev-Main@4547706 to Dev-Rendering (//UE4/Dev-Rendering)
#rb none [CL 4549073 by Marcus Wassmer in Dev-Rendering branch]
This commit is contained in:
@@ -58,6 +58,12 @@ int main(int argc, const char *argv[])
|
||||
SavedCommandLine += UTF8_TO_TCHAR(argv[Option]); // note: technically it depends on locale
|
||||
}
|
||||
|
||||
// assume unattended if we don't have X11 display
|
||||
if (getenv("DISPLAY") == nullptr)
|
||||
{
|
||||
SavedCommandLine += TEXT(" -unattended");
|
||||
}
|
||||
|
||||
// Run the app
|
||||
RunCrashReportClient(*SavedCommandLine);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user