feat(packaging): add support for appinstaller
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
1c66c4ed82
commit
6866e5367e
20
program_info/prismlauncher.AppInstaller
Normal file
20
program_info/prismlauncher.AppInstaller
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<AppInstaller
|
||||||
|
xmlns="http://schemas.microsoft.com/appx/appinstaller/2021"
|
||||||
|
Version="1.0.0.0"
|
||||||
|
Uri="https://prismlauncher.org/prismUpdate.AppInstaller" >
|
||||||
|
|
||||||
|
<MainBundle
|
||||||
|
Name="github.PrismLauncher.PrismLauncher"
|
||||||
|
Publisher="CN=PrismLauncher, O=PrismLauncher, L=MyCity, S=MyState, C=MyCountry"
|
||||||
|
Version="7.0.0.0"
|
||||||
|
Uri="https://prismlauncher.org/prismlauncher.msixbundle" />
|
||||||
|
|
||||||
|
<UpdateSettings>
|
||||||
|
<OnLaunch
|
||||||
|
HoursBetweenUpdateChecks="6"
|
||||||
|
ShowPrompt="true" />
|
||||||
|
</UpdateSettings>
|
||||||
|
|
||||||
|
</AppInstaller>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user