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_TEMPLATE = """ -