mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Bug #273977 --> thunderbird does not identify itself correctly to iListen voice rec.
sr=mark@moxienet.com Patch by Chris Andrichak
This commit is contained in:
parent
04afee3e62
commit
97fc989da2
@ -58,8 +58,12 @@ PREF_JS_EXPORTS = \
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = thunderbird$(BIN_SUFFIX)
|
||||
else
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
PROGRAM = $(MOZ_APP_DISPLAYNAME)
|
||||
else
|
||||
PROGRAM = thunderbird-bin$(BIN_SUFFIX)
|
||||
endif
|
||||
endif
|
||||
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
@ -309,7 +313,7 @@ libs:: $(PROGRAM)
|
||||
rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(APP_NAME).app --exclude English.lproj
|
||||
mkdir -p $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj
|
||||
rsync -a --exclude CVS $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj
|
||||
sed -e "s/APP_VERSION/$(APP_VERSION)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
|
||||
sed -e "s/APP_VERSION/$(APP_VERSION)/" -e "s/MOZ_APP_DISPLAYNAME/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
|
||||
rsync -a $(DIST)/bin/ $(DIST)/$(APP_NAME).app/Contents/MacOS
|
||||
rm -f $(DIST)/$(APP_NAME).app/Contents/MacOS/$(PROGRAM)
|
||||
rsync -aL $(PROGRAM) $(DIST)/$(APP_NAME).app/Contents/MacOS
|
||||
|
@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>thunderbird-bin</string>
|
||||
<string>MOZ_APP_DISPLAYNAME</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Thunderbird APP_VERSION, © 1998-2006 Contributors</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
|
Loading…
Reference in New Issue
Block a user