You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Crash was apparently caused by fork()ing inside ExecProcess. - Replacing ExecProcess implementation from PR #1112 (also known as PR #1110) with some changes kills two birds with a single stone. - Also enabled source control in the Linux editor. [CL 2534983 by Dmitry Rekman in Main branch]
24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "Git",
|
|
"Version" : 13,
|
|
"VersionName" : "1.1",
|
|
"EngineVersion" : "4.8.0",
|
|
"Description" : "Git source control management",
|
|
"Category" : "Source Control",
|
|
"CreatedBy" : "SRombauts and Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : true,
|
|
"EnabledByDefault" : true,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "GitSourceControl",
|
|
"Type" : "Editor"
|
|
}
|
|
]
|
|
}
|