File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ Make certain requirements of the Windows Store package optional to allow
2
+ installing on earlier updates of Windows.
Original file line number Diff line number Diff line change 86
86
}
87
87
88
88
APPXMANIFEST_TEMPLATE = """<?xml version="1.0" encoding="utf-8"?>
89
- <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
89
+ <Package IgnorableNamespaces="desktop4 desktop6"
90
+ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
90
91
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
91
92
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
92
93
xmlns:rescap4="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4"
You can’t perform that action at this time.
0 commit comments