Merge pull request #1857 from stephtr/patch-4
update msix publisher value to match certificate
This commit is contained in:
commit
1791561b58
|
@ -2,7 +2,7 @@
|
|||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity version="1.0.0.0" name="SandboxieShell.app"/>
|
||||
<msix xmlns="urn:schemas-microsoft-com:msix.v1"
|
||||
publisher="CN=Tonalio GmbH"
|
||||
publisher="E=cert@tonalio.com, CN=Tonalio GmbH, O=Tonalio GmbH, STREET=Badner Strasse 8, L=Bad Voeslau, S=Niederoesterreich, C=AT, OID.1.3.6.1.4.1.311.60.2.1.1=Wiener Neustadt, OID.1.3.6.1.4.1.311.60.2.1.2=Niederoesterreich, OID.1.3.6.1.4.1.311.60.2.1.3=AT, SERIALNUMBER=475036h, OID.2.5.4.15=Private Organization"
|
||||
packageName="SandboxieShell"
|
||||
applicationId="SandboxieShell"
|
||||
/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
|
||||
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
|
||||
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com">
|
||||
<Identity Name="SandboxieShell" ProcessorArchitecture="neutral" Publisher="CN=Tonalio GmbH" Version="1.0.0.0" />
|
||||
<Identity Name="SandboxieShell" ProcessorArchitecture="neutral" Publisher="E=cert@tonalio.com, CN=Tonalio GmbH, O=Tonalio GmbH, STREET=Badner Strasse 8, L=Bad Voeslau, S=Niederoesterreich, C=AT, OID.1.3.6.1.4.1.311.60.2.1.1=Wiener Neustadt, OID.1.3.6.1.4.1.311.60.2.1.2=Niederoesterreich, OID.1.3.6.1.4.1.311.60.2.1.3=AT, SERIALNUMBER=475036h, OID.2.5.4.15=Private Organization" Version="1.0.0.0" />
|
||||
<Properties>
|
||||
<DisplayName>SandboxieShell</DisplayName>
|
||||
<PublisherDisplayName>Sparse Package</PublisherDisplayName>
|
||||
|
|
Loading…
Reference in New Issue