diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-20 01:07:53 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-20 01:28:26 +0100 |
commit | faaeef134fa42392f21d28e31964957930e02a6f (patch) | |
tree | 67bb6f7901ab73e6e8f96d54e0665b78e7fce4bd /resources | |
parent | Upload windows nightlies (diff) | |
download | nheko-faaeef134fa42392f21d28e31964957930e02a6f.tar.xz |
Add appinstaller for windows nightlies
Diffstat (limited to 'resources')
-rw-r--r-- | resources/NhekoNightly.appinstaller | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/NhekoNightly.appinstaller b/resources/NhekoNightly.appinstaller new file mode 100644 index 00000000..bd94f5d9 --- /dev/null +++ b/resources/NhekoNightly.appinstaller @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<AppInstaller Uri="https://nheko-reborn.pages.nheko.im/nheko/NhekoNightly.appinstaller" Version="0.0.0.1" xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"> + <MainPackage Name="im.nheko.Nheko" Version="0.11.3.4" Publisher="CN=Nicolas Werner, O=Nicolas Werner, L=Munich, S=Bavaria, C=DE" Uri="https://nheko.im/api/v4/projects/2/packages/generic/windows-nightly/0.11.3.4/nheko.msix" ProcessorArchitecture="x64" /> + <UpdateSettings> + <!-- We can't set this to check only once a month, so just check once a week. If the user doesn't want that ping, they should install the msix directly. --> + <OnLaunch HoursBetweenUpdateChecks="168" ShowPrompt="true" /> + <ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion> + </UpdateSettings> +</AppInstaller> + |