Skip to content

Commit e28d38c

Browse files
committed
Add our appinstaller file
1 parent 9db9e64 commit e28d38c

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

TranslucentTB.appinstaller

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppInstaller
3+
xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
4+
Version="1.0.0.0"
5+
Uri="https://sylveon.dev/TranslucentTB.appinstaller">
6+
7+
<MainBundle
8+
Name="28017CharlesMilette.TranslucentTB"
9+
Publisher="CN=04797BBC-C7BB-462F-9B66-331C81E27C0E"
10+
Version="2023.1.0.0"
11+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2023.1/bundle.msixbundle" />
12+
13+
<Dependencies>
14+
<Package
15+
Name="Microsoft.VCLibs.140.00.UWPDesktop"
16+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
17+
Version="14.0.30704.0"
18+
ProcessorArchitecture="x64"
19+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2022.1/vclibs-desktop-x64.appx" />
20+
<Package
21+
Name="Microsoft.VCLibs.140.00.UWPDesktop"
22+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
23+
Version="14.0.30704.0"
24+
ProcessorArchitecture="arm64"
25+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2022.1/vclibs-desktop-arm64.appx" />
26+
<Package
27+
Name="Microsoft.VCLibs.140.00"
28+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
29+
Version="14.0.30704.0"
30+
ProcessorArchitecture="x64"
31+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2022.1/vclibs-uwp-x64.appx" />
32+
<Package
33+
Name="Microsoft.VCLibs.140.00"
34+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
35+
Version="14.0.30704.0"
36+
ProcessorArchitecture="arm64"
37+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2022.1/vclibs-uwp-arm64.appx" />
38+
<Package
39+
Name="Microsoft.UI.Xaml.2.8"
40+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
41+
Version="8.2305.5001.0"
42+
ProcessorArchitecture="x64"
43+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2023.1/winui-x64.appx" />
44+
<Package
45+
Name="Microsoft.UI.Xaml.2.8"
46+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
47+
Version="8.2305.5001.0"
48+
ProcessorArchitecture="arm64"
49+
Uri="https://github.com/TranslucentTB/TranslucentTB/releases/download/2023.1/winui-arm64.appx" />
50+
</Dependencies>
51+
52+
<UpdateSettings>
53+
<OnLaunch HoursBetweenUpdateChecks="24" />
54+
<AutomaticBackgroundTask />
55+
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
56+
</UpdateSettings>
57+
58+
</AppInstaller>

0 commit comments

Comments
 (0)