forked from ModernFlyouts-Community/ModernFlyouts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.appinstaller
25 lines (20 loc) · 1.44 KB
/
Package.appinstaller
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Uri="https://github.com/ModernFlyouts-Community/ModernFlyouts/releases/download/0.9.0/ModernFlyouts.Package.appinstaller"
Version="0.9.0.0"
xmlns="http://schemas.microsoft.com/appx/appinstaller/2018">
<MainBundle
Name="ModernFlyouts"
Publisher="CN=E3B4A0F6-E459-414C-8DFB-ABEAB07C9242"
Version="0.9.0.0"
Uri="https://github.com/ModernFlyouts-Community/ModernFlyouts/releases/download/0.9.0/ModernFlyouts_0.9.0.0_neutral.Msixbundle" />
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="1" ShowPrompt="false"/>
<AutomaticBackgroundTask/>
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>
<!--<Dependencies>
<Package Name="Microsoft.VCLibs.140.00" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="14.0.24605.0" ProcessorArchitecture="x86" Uri="https://download.visualstudio.microsoft.com/download/pr/b2780d75-e54a-448a-95fc-da9721b2b4c2/62310a9e9f0ba7b18741944cbae9f592/windowsdesktop-runtime-5.0.0-win-x86.exe" />
<Package Name="Microsoft.VCLibs.140.00" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="14.0.24605.0" ProcessorArchitecture="x64" Uri="https://download.visualstudio.microsoft.com/download/pr/1b3a8899-127a-4465-a3c2-7ce5e4feb07b/1e153ad470768baa40ed3f57e6e7a9d8/windowsdesktop-runtime-5.0.0-win-x64.exe" />
</Dependencies>-->