chore(packaging): use correct publisher name for msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
c065d06149
commit
55ac7625ff
@ -5,16 +5,24 @@
|
|||||||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
||||||
xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2"
|
xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2"
|
||||||
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5">
|
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5">
|
||||||
<Identity Name="github.PrismLauncher.PrismLauncher" Version="PRISM_VERSION_REPLACEME" Publisher="CN=PrismLauncher, O=PrismLauncher, L=MyCity, S=MyState, C=MyCountry" ProcessorArchitecture="PRISM_ARCH_REPLACEME" />
|
|
||||||
|
<Identity
|
||||||
|
Name="github.PrismLauncher.PrismLauncher"
|
||||||
|
Version="PRISM_VERSION_REPLACEME"
|
||||||
|
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
|
||||||
|
ProcessorArchitecture="PRISM_ARCH_REPLACEME" />
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Prism Launcher</DisplayName>
|
<DisplayName>Prism Launcher</DisplayName>
|
||||||
<PublisherDisplayName>Prism Launcher</PublisherDisplayName>
|
<PublisherDisplayName>Prism Launcher</PublisherDisplayName>
|
||||||
<Description>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</Description>
|
<Description>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</Description>
|
||||||
<Logo>prismlauncher_150x150.png</Logo>
|
<Logo>prismlauncher_150x150.png</Logo>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
||||||
<Resources>
|
<Resources>
|
||||||
<Resource Language="en-us" />
|
<Resource Language="en-us" />
|
||||||
</Resources>
|
</Resources>
|
||||||
|
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
|
||||||
<PackageDependency
|
<PackageDependency
|
||||||
@ -22,6 +30,7 @@
|
|||||||
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
||||||
MinVersion="14.0.30035.0" />
|
MinVersion="14.0.30035.0" />
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
||||||
<Capabilities>
|
<Capabilities>
|
||||||
<Capability Name="internetClientServer"/>
|
<Capability Name="internetClientServer"/>
|
||||||
<rescap:Capability Name="runFullTrust"/>
|
<rescap:Capability Name="runFullTrust"/>
|
||||||
@ -40,6 +49,7 @@
|
|||||||
</Device>
|
</Device>
|
||||||
</DeviceCapability>
|
</DeviceCapability>
|
||||||
</Capabilities>
|
</Capabilities>
|
||||||
|
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application
|
<Application
|
||||||
Id="PrismLauncher"
|
Id="PrismLauncher"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<MainBundle
|
<MainBundle
|
||||||
Name="github.PrismLauncher.PrismLauncher"
|
Name="github.PrismLauncher.PrismLauncher"
|
||||||
Publisher="CN=PrismLauncher, O=PrismLauncher, L=MyCity, S=MyState, C=MyCountry"
|
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
|
||||||
Version="PRISM_VERSION_REPLACEME"
|
Version="PRISM_VERSION_REPLACEME"
|
||||||
Uri="https://prismlauncher.org/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />
|
Uri="https://prismlauncher.org/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user