feat(packaging): add update/repair uris in msix
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
b3d8de2a7a
commit
15f34451b7
@ -10,11 +10,19 @@
|
||||
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="6"
|
||||
HoursBetweenUpdateChecks="1"
|
||||
ShowPrompt="true" />
|
||||
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
|
||||
</UpdateSettings>
|
||||
|
||||
</AppInstaller>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user