Skip to content

Commit 5697282

Browse files
committed
Make Publisher info adapt to the new Notepad++ self-signed certificate
Fix #70
1 parent 98fa2ce commit 5697282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packaging/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
1212
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1313
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
14-
<Identity Name="NotepadPlusPlus" ProcessorArchitecture="neutral" Publisher="CN=&quot;Notepad++&quot;, O=&quot;Notepad++&quot;, L=Saint Cloud, S=Ile-de-France, C=FR" Version="1.0.0.0" />
14+
<Identity Name="NotepadPlusPlus" ProcessorArchitecture="neutral" Publisher="E=don.h@free.fr, CN=&quot;Notepad++&quot;, O=&quot;Notepad++&quot;, L=Saint Cloud, S=Ile-de-France, C=FR" Version="1.0.0.0" />
1515
<Properties>
1616
<DisplayName>Notepad++</DisplayName>
1717
<PublisherDisplayName>Notepad++</PublisherDisplayName>

0 commit comments

Comments
 (0)