We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b18878 commit e5862fcCopy full SHA for e5862fc
src/components/tw-security-manager-modal/download.jsx
@@ -24,8 +24,11 @@ const DEFINITELY_EXECUTABLE = [
24
'appxbundle',
25
'reg',
26
'iso',
27
+ 'drv',
28
+ 'sys',
29
30
// Mac executable formats
31
+ 'app',
32
'dmg',
33
'pkg',
34
@@ -60,6 +63,7 @@ const DEFINITELY_EXECUTABLE = [
60
63
'asp',
61
64
'vbs',
62
65
'vbe',
66
+ 'ws',
67
'wsf',
68
'wsc',
69
'ahk',
@@ -80,7 +84,7 @@ const DEFINITELY_EXECUTABLE = [
80
84
// Unix scripting languages
81
85
'sh',
82
86
83
- // Common languages with interpreters that could be executed by double clicking on the file
87
+ // Common cross-platform languages with interpreters that could be executed by double clicking on the file
88
'js',
89
'py'
90
];
0 commit comments