Skip to content

Commit e5862fc

Browse files
committed
Add a few more executable formats
TurboWarp#969 (comment)
1 parent 1b18878 commit e5862fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/tw-security-manager-modal/download.jsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ const DEFINITELY_EXECUTABLE = [
2424
'appxbundle',
2525
'reg',
2626
'iso',
27+
'drv',
28+
'sys',
2729

2830
// Mac executable formats
31+
'app',
2932
'dmg',
3033
'pkg',
3134

@@ -60,6 +63,7 @@ const DEFINITELY_EXECUTABLE = [
6063
'asp',
6164
'vbs',
6265
'vbe',
66+
'ws',
6367
'wsf',
6468
'wsc',
6569
'ahk',
@@ -80,7 +84,7 @@ const DEFINITELY_EXECUTABLE = [
8084
// Unix scripting languages
8185
'sh',
8286

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
8488
'js',
8589
'py'
8690
];

0 commit comments

Comments
 (0)