Skip to content

Commit 85d8580

Browse files
authored
Feature: Added support for making Files default app for opening gz archives (#16505)
1 parent 37f679b commit 85d8580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App (Package)/Package.appxmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<uap:FileType>.tar</uap:FileType>
147147
<uap:FileType>.jar</uap:FileType>
148148
<uap:FileType>.mrpack</uap:FileType>
149+
<uap:FileType>.gz</uap:FileType>
149150
</uap:SupportedFileTypes>
150151
<uap:Logo>assets\archives\ExtensionIcon.png</uap:Logo>
151152
</uap:FileTypeAssociation>

0 commit comments

Comments
 (0)