mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
This commit is contained in:
parent
97e9cfa75a
commit
73d8ffefe9
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue