From 9c720ecbc45840c2411d85f7b52645509d27a113 Mon Sep 17 00:00:00 2001 From: amy Date: Wed, 22 Feb 2023 19:56:37 +0000 Subject: things --- src/fs-types.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fs-types.json') diff --git a/src/fs-types.json b/src/fs-types.json index 6d5c755..8f4d7c9 100644 --- a/src/fs-types.json +++ b/src/fs-types.json @@ -1,4 +1,5 @@ [ { "identifier": "*", "descriptor": "All Files", "regex": "(.*)" }, + { "identifier": "*.exe", "descriptor": "Executable Files", "regex": "(.*exe$)" }, { "identifier": "*.txt", "descriptor": "Text Files", "regex": "(.*txt$)" } ] -- cgit v1.2.3