Bug 414530 - "toolkit/mozapps/update/src/updater/Makefile broken" [p=honzab@allpeers.com (Honza Bambas) r=luser/ted a1.9=schrep]
This commit is contained in:
Родитель
efa18fd4c5
Коммит
5b49368c61
|
@ -115,7 +115,7 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
|||
libs::
|
||||
$(NSINSTALL) -D $(DIST)/bin/updater.app
|
||||
rsync -a -C --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/bin/updater.app
|
||||
sed -e "s/@APP_NAME@/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \
|
||||
sed -e "s/%APP_NAME%/$(MOZ_APP_DISPLAYNAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | \
|
||||
iconv -f UTF-8 -t UTF-16 > $(DIST)/bin/updater.app/Contents/Resources/English.lproj/InfoPlist.strings
|
||||
$(NSINSTALL) -D $(DIST)/bin/updater.app/Contents/MacOS
|
||||
$(NSINSTALL) $(DIST)/bin/updater $(DIST)/bin/updater.app/Contents/MacOS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "@APP_NAME@ Software Update";
|
||||
CFBundleName = "%APP_NAME% Software Update";
|
||||
NSHumanReadableCopyright = "Copyright © 2005-2008 Mozilla Foundation";
|
||||
|
|
Загрузка…
Ссылка в новой задаче