Skip to content

Commit d6a0280

Browse files
committed
add root certificate
1 parent e1b6867 commit d6a0280

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
PUBLISH_SCRIPT: ./modules/ModdingToolBase/scripts/Publish-Release.ps1
1717
TOOL_EXE: ModVerify.exe
1818
UPDATER_EXE: AnakinRaW.ExternalUpdater.exe
19-
EMBEDDED_TRUST_CERT: src/ModVerify.CliApp/Resources/Certs/modverify-trust.cer
19+
EMBEDDED_TRUST_CERT: src/ModVerify.CliApp/Resources/Certs/AET-root.cer
2020
ORIGIN_BASE: https://republicatwar.com/downloads/ModVerify
2121
SFTP_BASE_PATH: downloads/ModVerify/
2222
BRANCH_NAME: ${{ github.event.inputs.branch || 'stable' }}

src/ModVerify.CliApp/ModVerify.CliApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
<ItemGroup>
3535
<EmbeddedResource Include="Resources\Baselines\baseline-foc.json" />
36-
<EmbeddedResource Include="Resources\Certs\AET-root-trust.cer"
37-
LogicalName="AET.ModVerify.App.Resources.Certs.AET-root-trust.cer"
38-
Condition="Exists('Resources\Certs\AET-root-trust.cer')" />
36+
<EmbeddedResource Include="Resources\Certs\AET-root.cer"
37+
LogicalName="AET.ModVerify.App.Resources.Certs.AET-root.cer"
38+
Condition="Exists('Resources\Certs\AET-root.cer')" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

src/ModVerify.CliApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static Task<int> Main(string[] args)
5151

5252
internal class Program : SelfUpdateableAppLifecycle
5353
{
54-
private const string EmbeddedTrustCertResource = "AET.ModVerify.App.Resources.Certs.AET-root-trust.cer";
54+
private const string EmbeddedTrustCertResource = "AET.ModVerify.App.Resources.Certs.AET-root.cer";
5555

5656
private static readonly string EngineParserNamespace = typeof(PetroglyphStarWarsGameXmlParser).Namespace!;
5757
private static readonly string ParserNamespace = typeof(XmlFileParser<>).Namespace!;
389 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)