Initial Commit
This commit is contained in:
commit
86fc06b877
37 changed files with 3424 additions and 0 deletions
16
installer/Decky.appinstaller.template
Normal file
16
installer/Decky.appinstaller.template
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue