This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/palemoon-master in repository pale-moon. commit d8e715cff61b5a401f4ac3c26c79b3a000047432 Author: Pale Moon <git-repo@palemoon.org> Date: Sat Jun 30 19:33:26 2018 +0200 Confirm launch of executables other than .exe on Windows. Follow-up: pre-process DownloadsCommon.jsm for added XP_WIN check. --- browser/components/downloads/moz.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser/components/downloads/moz.build b/browser/components/downloads/moz.build index 3bebfd6..61d8c0f 100644 --- a/browser/components/downloads/moz.build +++ b/browser/components/downloads/moz.build @@ -13,7 +13,10 @@ EXTRA_COMPONENTS += [ ] EXTRA_JS_MODULES += [ - 'DownloadsCommon.jsm', 'DownloadsLogger.jsm', 'DownloadsTaskbar.jsm', -] \ No newline at end of file +] + +EXTRA_PP_JS_MODULES += [ + 'DownloadsCommon.jsm', +] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git