diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 09:45:22 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 09:45:22 +0200 |
commit | f5a5fc82d004e50865e23ce1618df290859b4c94 (patch) | |
tree | deab5be43e090eba35ae9a5fec21c6af577d4716 /xpcom | |
parent | 528072c39363668b528b2bcfaaa6891b92caa8fa (diff) | |
download | UXP-f5a5fc82d004e50865e23ce1618df290859b4c94.tar UXP-f5a5fc82d004e50865e23ce1618df290859b4c94.tar.gz UXP-f5a5fc82d004e50865e23ce1618df290859b4c94.tar.lz UXP-f5a5fc82d004e50865e23ce1618df290859b4c94.tar.xz UXP-f5a5fc82d004e50865e23ce1618df290859b4c94.zip |
Treat *.jnlp as an executable class file, like *.jar
Diffstat (limited to 'xpcom')
-rw-r--r-- | xpcom/io/nsLocalFileWin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xpcom/io/nsLocalFileWin.cpp b/xpcom/io/nsLocalFileWin.cpp index e73e15950..23c283f95 100644 --- a/xpcom/io/nsLocalFileWin.cpp +++ b/xpcom/io/nsLocalFileWin.cpp @@ -3034,6 +3034,7 @@ nsLocalFile::IsExecutable(bool* aResult) "ins", "isp", "jar", // java application bundle + "jnlp", // java web start "js", "jse", "lnk", |