diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-20 05:38:30 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-20 05:44:30 +0100 |
commit | 4b685030dcafe6ff35fa1e7e4ff17437893e6948 (patch) | |
tree | dff53a0f731130e5d5d7b62c2da58a0fbd336ed0 /resources | |
parent | Add appinstaller for windows nightlies (diff) | |
download | nheko-4b685030dcafe6ff35fa1e7e4ff17437893e6948.tar.xz |
Bump minimum Windows version to possibly fix msix
Diffstat (limited to 'resources')
-rw-r--r-- | resources/AppxManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/AppxManifest.xml b/resources/AppxManifest.xml index 417d0229..978fda8c 100644 --- a/resources/AppxManifest.xml +++ b/resources/AppxManifest.xml @@ -16,7 +16,7 @@ <Resource Language="de-de" /> </Resources> <Dependencies> - <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.15063.0" /> + <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19044.0" MaxVersionTested="10.0.19045.0" /> </Dependencies> <Capabilities> <rescap:Capability Name="runFullTrust"/> |