[tor-commits] [tor-browser/tor-browser-24.1.1esr-1] Disable uninstall helper.exe on Win32.
mikeperry at torproject.org
mikeperry at torproject.org
Thu Nov 28 04:41:21 UTC 2013
commit 25d490116f43e91c27b3f5701c6e5df04df300a6
Author: Georg Koppen <georg at getfoxyproxy.org>
Date: Wed Nov 27 20:39:43 2013 -0800
Disable uninstall helper.exe on Win32.
Fixes 'make package' breakage on Windows builds. See
https://trac.torproject.org/projects/tor/ticket/9837
---
browser/installer/package-manifest.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
index 6408606..87e2314 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -42,9 +42,9 @@
@BINPATH@/hyphenation/*
@BINPATH@/browser/@PREF_DIR@/firefox-l10n.js
@BINPATH@/browser/searchplugins/*
-#ifdef XP_WIN32
- at BINPATH@/uninstall/helper.exe
-#endif
+;#ifdef XP_WIN32
+;@BINPATH@/uninstall/helper.exe
+;#endif
#ifdef MOZ_UPDATER
@BINPATH@/update.locale
@BINPATH@/updater.ini
More information about the tor-commits
mailing list