<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="https://storage.googleapis.com/{bucket-here}/myapp.appinstaller"
Version="0.2.2.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
<MainPackage
Name="guid here"
Version="0.3.0.0"
Publisher="cert here"
ProcessorArchitecture="x64"
Uri="https://storage.googleapis.com/{bucket-here}/myapp.msix" />
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="0" ShowPrompt="true" UpdateBlocksActivation="true" />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="https://storage.googleapis.com/{bucket-here}/myapp.appinstaller"
Version="0.2.2.0" xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
<MainPackage
Name="guid here"
Version="0.3.0.0"
Publisher="cert here"
ProcessorArchitecture="x64"
Uri="https://storage.googleapis.com/{bucket-here}/myapp.msix" />
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="0" ShowPrompt="true" UpdateBlocksActivation="true" />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>