summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-08-10 23:47:58 (GMT)
committerGitHub <noreply@github.com>2022-08-10 23:47:58 (GMT)
commit73d8ffefe95791fa1f036b029cf51f907a89ee42 (patch)
tree2fe340e1089d8dbff06b9723eabd11b291d5d8db /PC
parent97e9cfa75a80b54a0630b7371f35e368a12749d1 (diff)
downloadcpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.zip
cpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.tar.gz
cpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.tar.bz2
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Diffstat (limited to 'PC')
-rw-r--r--PC/layout/support/appxmanifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/PC/layout/support/appxmanifest.py b/PC/layout/support/appxmanifest.py
index 4850fad..1fb0338 100644
--- a/PC/layout/support/appxmanifest.py
+++ b/PC/layout/support/appxmanifest.py
@@ -86,7 +86,8 @@ APPXMANIFEST_NS = {
}
APPXMANIFEST_TEMPLATE = """<?xml version="1.0" encoding="utf-8"?>
-<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
+<Package IgnorableNamespaces="desktop4 desktop6"
+ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:rescap4="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4"