PrismLauncher/program_info/prismlauncher.AppInstaller
seth 55ac7625ff
chore(packaging): use correct publisher name for msix
Signed-off-by: seth <getchoo@tuta.io>
2023-07-07 06:46:07 -04:00

21 lines
614 B
XML

<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
xmlns="http://schemas.microsoft.com/appx/appinstaller/2021"
Version="1.0.0.0"
Uri="https://prismlauncher.org/prismUpdate.AppInstaller" >
<MainBundle
Name="github.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" />
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="6"
ShowPrompt="true" />
</UpdateSettings>
</AppInstaller>