Skip to content

Commit

Permalink
Add a few more executable formats
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 31, 2024
1 parent 1b18878 commit e5862fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/tw-security-manager-modal/download.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ const DEFINITELY_EXECUTABLE = [
'appxbundle',
'reg',
'iso',
'drv',
'sys',

// Mac executable formats
'app',
'dmg',
'pkg',

Expand Down Expand Up @@ -60,6 +63,7 @@ const DEFINITELY_EXECUTABLE = [
'asp',
'vbs',
'vbe',
'ws',
'wsf',
'wsc',
'ahk',
Expand All @@ -80,7 +84,7 @@ const DEFINITELY_EXECUTABLE = [
// Unix scripting languages
'sh',

// Common languages with interpreters that could be executed by double clicking on the file
// Common cross-platform languages with interpreters that could be executed by double clicking on the file
'js',
'py'
];
Expand Down

0 comments on commit e5862fc

Please sign in to comment.