Skip to content

Commit

Permalink
Add MSIX to executable icon definition
Browse files Browse the repository at this point in the history
  • Loading branch information
crse committed Nov 14, 2019
1 parent 8eebd04 commit ced792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export const fileIcons: FileIcons = {
'tgz'
]
},
{ name: 'exe', fileExtensions: ['exe', 'msi'] },
{ name: 'exe', fileExtensions: ['exe', 'msi', 'msix'] },
{ name: 'java', fileExtensions: ['java', 'jar', 'jsp'] },
{ name: 'c', fileExtensions: ['c', 'm', 'i', 'mi'] },
{ name: 'h', fileExtensions: ['h'] },
Expand Down

0 comments on commit ced792c

Please sign in to comment.