PrismLauncher/program_info/prismlauncher.AppInstaller

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
611 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
xmlns="http://schemas.microsoft.com/appx/appinstaller/2021"
Version="1.0.0.0"
2023-07-07 04:26:31 -04:00
Uri="https://msix.mydadleft.me/prismUpdate.AppInstaller" >
<MainBundle
Name="org.prismlauncher.PrismLauncher"
Publisher="CN=Sefa Eyeoglu, O=Sefa Eyeoglu, S=Nordrhein-Westfalen, C=DE"
Version="PRISM_VERSION_REPLACEME"
2023-07-07 04:26:31 -04:00
Uri="https://msix.mydadleft.me/prismlauncher-PRISM_VERSION_REPLACEME.msixbundle" />
<UpdateSettings>
<OnLaunch
HoursBetweenUpdateChecks="6"
ShowPrompt="true" />
</UpdateSettings>
</AppInstaller>