chore(packaging): use org.prismlauncher in msix app id

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-06-19 04:21:24 -04:00
parent 55ac7625ff
commit 5e5faa7239
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5">
<Identity
Name="github.PrismLauncher.PrismLauncher"
Name="org.prismlauncher.PrismLauncher"
Version="PRISM_VERSION_REPLACEME"
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
ProcessorArchitecture="PRISM_ARCH_REPLACEME" />

View File

@ -5,7 +5,7 @@
Uri="https://prismlauncher.org/prismUpdate.AppInstaller" >
<MainBundle
Name="github.PrismLauncher.PrismLauncher"
Name="org.prismlauncher.PrismLauncher"
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
Version="PRISM_VERSION_REPLACEME"
Uri="https://prismlauncher.org/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />