Skip to content

Commit 1e6b078

Browse files
authored
Update cert subject name to fix msix signing. (#164)
1 parent 90d9c37 commit 1e6b078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/templates/msix/appxmanifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
77
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
8-
<Identity Name="R12f.R12f.Rnp" Version="{version}.0" Publisher="CN=Jinzhou Jiang, O=Jinzhou Jiang, L=Redmond, S=Washington, C=US" ProcessorArchitecture="{build_arch}" />
8+
<Identity Name="R12f.R12f.Rnp" Version="{version}.0" Publisher="CN=Jinzhou Jiang, O=Jinzhou Jiang, S=Washington, C=US" ProcessorArchitecture="{build_arch}" />
99
<Properties>
1010
<DisplayName>Rnp</DisplayName>
1111
<PublisherDisplayName>r12f</PublisherDisplayName>

0 commit comments

Comments
 (0)