Skip to content

Commit

Permalink
Update cert subject name to fix msix signing. (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f authored Sep 9, 2022
1 parent 90d9c37 commit 1e6b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/msix/appxmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
<Identity Name="R12f.R12f.Rnp" Version="{version}.0" Publisher="CN=Jinzhou Jiang, O=Jinzhou Jiang, L=Redmond, S=Washington, C=US" ProcessorArchitecture="{build_arch}" />
<Identity Name="R12f.R12f.Rnp" Version="{version}.0" Publisher="CN=Jinzhou Jiang, O=Jinzhou Jiang, S=Washington, C=US" ProcessorArchitecture="{build_arch}" />
<Properties>
<DisplayName>Rnp</DisplayName>
<PublisherDisplayName>r12f</PublisherDisplayName>
Expand Down

0 comments on commit 1e6b078

Please sign in to comment.