mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Merge pull request #2362 from zhhl/2025-cmdFileNotBeExecuted
2025: disable cmd file context menu of 'open in external viewer'
This commit is contained in:
commit
821c841d5b
@ -40,7 +40,7 @@ public class ExternalViewerAction extends AbstractAction {
|
||||
|
||||
private final static Logger logger = Logger.getLogger(ExternalViewerAction.class.getName());
|
||||
private org.sleuthkit.datamodel.AbstractFile fileObject;
|
||||
final static String[] EXECUTABLE_EXT = {".exe", ".dll", ".com", ".bat", ".msi", ".reg", ".scr"}; //NON-NLS
|
||||
final static String[] EXECUTABLE_EXT = {".exe", ".dll", ".com", ".bat", ".msi", ".reg", ".scr", ".cmd"}; //NON-NLS
|
||||
|
||||
public ExternalViewerAction(String title, Node fileNode) {
|
||||
super(title);
|
||||
|
Loading…
x
Reference in New Issue
Block a user