diff options
Diffstat (limited to 'xpcom/io/nsLocalFileWin.cpp')
-rw-r--r-- | xpcom/io/nsLocalFileWin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index e5a0131a77..a86d468775 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3016,6 +3016,8 @@ nsLocalFile::IsExecutable(bool* aResult) "air", // Adobe AIR installer "app", // executable application "application", // from bug 348763 + "appx", + "appxbundle", "asp", "bas", "bat", @@ -3058,6 +3060,8 @@ nsLocalFile::IsExecutable(bool* aResult) "msh", // Microsoft Shell "mshxml", // Microsoft Shell "msi", + "msix", + "msixbundle", "msp", "mst", "ops", // Office Profile Settings |