PrismLauncher/program_info/prismlauncher.AppInstaller
seth 15f34451b7
feat(packaging): add update/repair uris in msix
Signed-off-by: seth <getchoo@tuta.io>
2023-07-07 14:28:22 -04:00

29 lines
902 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://msix.mydadleft.me/prismUpdate.AppInstaller" >
<MainBundle
Name="org.prismlauncher.PrismLauncher"
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
Version="PRISM_VERSION_REPLACEME"
Uri="https://msix.mydadleft.me/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />
<UpdateUris>
<UpdateUri>https://msix.mydadleft.me/prismUpdate.AppInstaller</UpdateUri>
</UpdateUris>
<RepairUris>
<RepairUri>https://msix.mydadleft.me/prismUpdate.AppInstaller</RepairUri>
</RepairUris>
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="1"
ShowPrompt="true" />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>