Skip to content

Commit 3e4c570

Browse files
committed
Merge pull request #60 from aviaryan/patch-3
add category "Programs", fixes #54
2 parents 9f9eb78 + 36b9047 commit 3e4c570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classifier/classifier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def main():
102102
'.ppt', '.pptx', '.ppsx', '.odp', '.odt', '.ods', '.md', '.json', '.csv'],
103103
'Books': ['.mobi', '.epub', '.chm'],
104104
'DEBPackages': ['.deb'],
105+
'Programs': ['.exe', '.msi'],
105106
'RPMPackages': ['.rpm']
106107
}
107108

0 commit comments

Comments
 (0)