[tor-commits] [tor-messenger-build/master] Set MOZ_APP_DISPLAYNAME for OS X

sukhbir at torproject.org sukhbir at torproject.org
Mon Jun 29 10:17:10 UTC 2015


commit 6f482502f70d3ad64af6c7f63696e5b4fab7c3b5
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Jun 29 06:17:02 2015 -0400

    Set MOZ_APP_DISPLAYNAME for OS X
---
 projects/instantbird/branding/osx.patch |    9 +++++++++
 projects/tor-messenger/build.osx        |    2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/projects/instantbird/branding/osx.patch b/projects/instantbird/branding/osx.patch
new file mode 100644
index 0000000..196d671
--- /dev/null
+++ b/projects/instantbird/branding/osx.patch
@@ -0,0 +1,9 @@
+diff --git a/im/branding/messenger/configure.sh b/im/branding/messenger/configure.sh
+--- a/im/branding/messenger/configure.sh
++++ b/im/branding/messenger/configure.sh
+@@ -2,4 +2,4 @@
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ 
+-MOZ_APP_DISPLAYNAME=Instantbird
++MOZ_APP_DISPLAYNAME="Tor Messenger"
diff --git a/projects/tor-messenger/build.osx b/projects/tor-messenger/build.osx
index ad85e78..5729c62 100644
--- a/projects/tor-messenger/build.osx
+++ b/projects/tor-messenger/build.osx
@@ -2,7 +2,7 @@
 set -e
 rootdir=$(pwd)
 tar xf [% c('input_files_by_name/instantbird') %]
-mv Instantbird.app Tor\ Messenger.app
+mv TorMessenger.app Tor\ Messenger.app
 
 tar xf [% c('input_files_by_name/libdmg') %]
 export PATH="$(pwd)/libdmg-hfsplus:$PATH"



More information about the tor-commits mailing list