Added MainExecutable to DD

This commit is contained in:
erri120 2020-06-11 18:05:51 +02:00
parent f500a40bd7
commit 3a2a5918b6
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -414,7 +414,8 @@ namespace Wabbajack.Common
RequiredFiles = new List<string>
{
"_windows\\Darkest.exe"
}
},
MainExecutable = "_windows\\Darkest.exe"
}
}
};