From 73d8ffefe95791fa1f036b029cf51f907a89ee42 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 11 Aug 2022 00:47:58 +0100 Subject: [PATCH] gh-95733: Allow installing Store package on older Windows versions (GH-95862) --- .../next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst | 2 ++ PC/layout/support/appxmanifest.py | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst diff --git a/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst b/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst new file mode 100644 index 00000000000..99620921169 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst @@ -0,0 +1,2 @@ +Make certain requirements of the Windows Store package optional to allow +installing on earlier updates of Windows. diff --git a/PC/layout/support/appxmanifest.py b/PC/layout/support/appxmanifest.py index 4850fad9b56..1fb03380278 100644 --- a/PC/layout/support/appxmanifest.py +++ b/PC/layout/support/appxmanifest.py @@ -86,7 +86,8 @@ APPXMANIFEST_NS = { } APPXMANIFEST_TEMPLATE = """ -