Bug 1019117 - "Add ssltunnel to b2g desktop build output". r=fabrice
--- a/b2g/installer/package-manifest.in
+++ b/b2g/installer/package-manifest.in
@@ -781,18 +781,20 @@ bin/libfreebl_32int64_3.so
#ifdef MOZ_ENABLE_GNOMEVFS
bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
#endif
[b2g]
#ifndef MOZ_WIDGET_GONK
#ifdef XP_WIN32
@BINPATH@/xpcshell.exe
+@BINPATH@/ssltunnel.exe
#else
@BINPATH@/xpcshell
+@BINPATH@/ssltunnel
#endif
#endif
@BINPATH@/chrome/icons/
@BINPATH@/chrome/chrome@JAREXT@
@BINPATH@/chrome/chrome.manifest
@BINPATH@/components/B2GComponents.manifest
@BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@
#if defined(ENABLE_MARIONETTE) || !defined(MOZ_WIDGET_GONK)