Skip to content

Commit 78b92c8

Browse files
authored
Allow Windows 10 to ignore the shell extension registration. (#82)
Fixes #81
1 parent 321a9e6 commit 78b92c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymanager/appxmanifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Package IgnorableNamespaces="desktop4 desktop6 desktop7 uap13 uap17"
2+
<Package IgnorableNamespaces="com4 desktop4 desktop6 desktop7 uap13 uap17"
33
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
55
xmlns:com4="http://schemas.microsoft.com/appx/manifest/com/windows10/4"

0 commit comments

Comments
 (0)