Skip to content

Commit

Permalink
Add testing appinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
dongle-the-gadget authored Jan 12, 2025
1 parent be61523 commit 746411a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions MicaForEveryone.appinstaller
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
Version="1.0.0.0"
Uri="https://micaforeveryone.github.io/MicaForEveryone.appinstaller">

<MainBundle
Name="MicaForEveryone.MicaForEveryone2"
Publisher="CN=Đặng Bình Minh, O=Đặng Bình Minh, L=Hà Nội, C=VN"
Version="2.0.0.0"
Uri="https://github.com/MicaForEveryone/MicaForEveryone/releases/download/untagged-f38c358f052a5f90742c/bundle.msixbundle" />

<Dependencies>
<Package
Name="Microsoft.WindowsAppRuntime.1.6"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6000.318.2304.0"
ProcessorArchitecture="x64"
Uri="https://github.com/MicaForEveryone/MicaForEveryone/releases/download/untagged-f38c358f052a5f90742c/wasdk-x64.msix" />
<Package
Name="Microsoft.WindowsAppRuntime.1.6"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6000.318.2304.0"
ProcessorArchitecture="arm64"
Uri="https://github.com/MicaForEveryone/MicaForEveryone/releases/download/untagged-f38c358f052a5f90742c/wasdk-arm64.msix" />
<Package
Name="Microsoft.WindowsAppRuntime.1.6"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6000.318.2304.0"
ProcessorArchitecture="x86"
Uri="https://github.com/MicaForEveryone/MicaForEveryone/releases/download/untagged-f38c358f052a5f90742c/wasdk-x86.msix" />
</Dependencies>

<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="24" />
<AutomaticBackgroundTask />
<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
</UpdateSettings>

</AppInstaller>

0 comments on commit 746411a

Please sign in to comment.