Decky/installer/Decky.appinstaller.template
2026-07-19 13:10:55 -07:00

16 lines
552 B
XML

<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
xmlns="http://schemas.microsoft.com/appx/appinstaller/2021"
Version="${VERSION}"
Uri="${PUBLIC_BASE_URL}/Decky.appinstaller">
<MainBundle
Name="com.elijahkuntz.Decky"
Publisher="${PUBLISHER_SUBJECT}"
Version="${VERSION}"
Uri="${PUBLIC_BASE_URL}/Decky_${VERSION}.msixbundle" />
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="12" ShowPrompt="true" UpdateBlocksActivation="false" />
<AutomaticBackgroundTask />
</UpdateSettings>
</AppInstaller>