diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 09:45:22 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-05-29 11:53:04 +0200 |
commit | 41fec116ded6c79f959ee8b073ca1d6a2f87604c (patch) | |
tree | 502d32c12e97ffca5bebb9c59767b80c49e6b011 /xpcom | |
parent | 72a25409d3c4d82c5c77819ae06f74eb8f70f1ef (diff) | |
download | aura-central-41fec116ded6c79f959ee8b073ca1d6a2f87604c.tar.gz |
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", |