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 | 21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 (patch) | |
tree | 502d32c12e97ffca5bebb9c59767b80c49e6b011 /xpcom/io | |
parent | d873bd96953a6c8de8a9355e330400e0799db661 (diff) | |
download | uxp-21495c58976e3cbbfe54d2e54d1fd67e36dff2a6.tar.gz |
Treat *.jnlp as an executable class file, like *.jar
Diffstat (limited to 'xpcom/io')
-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 e73e159500..23c283f95f 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", |