This commit is contained in:
DavidXanatos 2022-05-15 16:31:26 +02:00
parent b074e99524
commit 1e7385fad5
2 changed files with 2 additions and 2 deletions

View File

@ -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=xanasoft.com"
publisher="CN=Tonalio GmbH"
packageName="SandboxieShell"
applicationId="SandboxieShell"
/>

View File

@ -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=xanasoft.com" Version="1.0.0.0" />
<Identity Name="SandboxieShell" ProcessorArchitecture="neutral" Publisher="CN=Tonalio GmbH" Version="1.0.0.0" />
<Properties>
<DisplayName>SandboxieShell</DisplayName>
<PublisherDisplayName>Sparse Package</PublisherDisplayName>