aboutsummaryrefslogtreecommitdiff
path: root/src/fs-types.json
diff options
context:
space:
mode:
authoramy <[email protected]>2023-02-22 19:56:37 +0000
committeramy <[email protected]>2023-02-22 19:56:37 +0000
commit9c720ecbc45840c2411d85f7b52645509d27a113 (patch)
tree7086efa8adbd307c36aaca176215e66e768e65e5 /src/fs-types.json
parent618765be31066b7d47bb602fac4cb32f1ff64cc5 (diff)
things
Diffstat (limited to 'src/fs-types.json')
-rw-r--r--src/fs-types.json1
1 files changed, 1 insertions, 0 deletions
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$)" }
]