Skip to content

Commit b9090e8

Browse files
committed
move documentation
1 parent 8bda4fe commit b9090e8

3 files changed

Lines changed: 3 additions & 366 deletions

File tree

docs/cert-playbook.md

Lines changed: 0 additions & 363 deletions
This file was deleted.

src/ModVerify.CliApp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ private static Task<int> Main(string[] args)
5151

5252
internal class Program : SelfUpdateableAppLifecycle
5353
{
54+
private const string EmbeddedTrustCertResource = "AET.ModVerify.App.Resources.Certs.modverify-trust.cer";
55+
5456
private static readonly string EngineParserNamespace = typeof(PetroglyphStarWarsGameXmlParser).Namespace!;
5557
private static readonly string ParserNamespace = typeof(XmlFileParser<>).Namespace!;
5658
private static readonly string ModVerifyRootNameSpace = typeof(Program).Namespace!;
@@ -185,8 +187,6 @@ protected override IRegistry CreateRegistry()
185187
: new WindowsRegistry();
186188
}
187189

188-
private const string EmbeddedTrustCertResource = "AET.ModVerify.App.Resources.Certs.modverify-trust.cer";
189-
190190
protected override void RegisterTrustedCertificates(IServiceProvider appServices)
191191
{
192192
if (!IsUpdateableApplication)

0 commit comments

Comments
 (0)