feat(packaging): add update/repair uris in msix

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth
2023-07-07 08:40:01 -04:00
parent f406e10cc9
commit 5d07949432

View File

@ -10,11 +10,19 @@
Version="PRISM_VERSION_REPLACEME"
Uri="https://prismlauncher.org/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />
<UpdateUris>
<UpdateUri>https://prismlauncher.org/prismUpdate.AppInstaller</UpdateUri>
</UpdateUris>
<RepairUris>
<RepairUri>https://prismlauncher.org/prismUpdate.AppInstaller</RepairUri>
</RepairUris>
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="6"
HoursBetweenUpdateChecks="1"
ShowPrompt="true" />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>