commit fcb2a3707af71bcd564bf0dd8a563835eeea6b9b
Author: Georg Koppen <[email protected]>
Date:   Thu Jun 7 10:40:47 2018 +0000

    Bug 24632: Make sure to use "Tor Browser.app" for `browserdir` on macOS
---
 projects/tor-browser/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index d807633..19aa657 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -311,7 +311,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') 
%]/mar-tools-*.zip "$OUTDIR"/
        SET xpi = '$rootdir/' _ c('input_files_by_name/firefox-langpacks') _ 
'/' _ lang _ '.xpi';
        SET tbdir = '$distdir/tor-browser_' _ lang;
        IF c("var/osx");
-         SET browserdir = tbdir _ '/TorBrowser.app';
+         SET browserdir = tbdir _ '/Tor Browser.app';
        ELSIF c("var/windows");
          SET browserdir = tbdir _ '/Tor Browser/Browser';
        ELSE;

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to