-
Notifications
You must be signed in to change notification settings - Fork 3
/
TranslucentTB.appinstaller
58 lines (54 loc) · 2.45 KB
/
TranslucentTB.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
Version="1.0.0.0"
Uri="https://translucenttb.github.io/TranslucentTB.appinstaller">
<MainBundle
Name="28017CharlesMilette.TranslucentTB"
Publisher="CN=04797BBC-C7BB-462F-9B66-331C81E27C0E"
Version="2024.3.0.0"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.3/bundle.msixbundle" />
<Dependencies>
<Package
Name="Microsoft.VCLibs.140.00.UWPDesktop"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="14.0.33728.0"
ProcessorArchitecture="x64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.3/vclibs-desktop-x64.appx" />
<Package
Name="Microsoft.VCLibs.140.00.UWPDesktop"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="14.0.33728.0"
ProcessorArchitecture="arm64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.3/vclibs-desktop-arm64.appx" />
<Package
Name="Microsoft.VCLibs.140.00"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="14.0.33519.0"
ProcessorArchitecture="x64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.3/vclibs-uwp-x64.appx" />
<Package
Name="Microsoft.VCLibs.140.00"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="14.0.33519.0"
ProcessorArchitecture="arm64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.3/vclibs-uwp-arm64.appx" />
<Package
Name="Microsoft.UI.Xaml.2.8"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="8.2310.30001.0"
ProcessorArchitecture="x64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.1/winui-x64.appx" />
<Package
Name="Microsoft.UI.Xaml.2.8"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="8.2310.30001.0"
ProcessorArchitecture="arm64"
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2024.1/winui-arm64.appx" />
</Dependencies>
<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="24" />
<AutomaticBackgroundTask />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>
</AppInstaller>