mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 848830, fix regression in app updater localization, r=glandium, rstrong
--HG-- extra : rebase_source : 66b4e3e55a05d4b74bd39a40c4768c620b74062a
This commit is contained in:
parent
48fea1dbf6
commit
5d459386c3
@ -205,12 +205,12 @@ ifeq ($(OS_ARCH),WINNT)
|
||||
cat $< $(srcdir)/../installer/windows/nsis/updater_append.ini | \
|
||||
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
|
||||
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
|
||||
$(DIST)/bin/updater.ini
|
||||
$(FINAL_TARGET)/../updater.ini
|
||||
else
|
||||
cat $< | \
|
||||
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
|
||||
sed -e "s/%MOZ_APP_DISPLAYNAME%/$(MOZ_APP_DISPLAYNAME)/" > \
|
||||
$(DIST)/bin/updater.ini
|
||||
$(FINAL_TARGET)/../updater.ini
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -21,6 +21,7 @@ NON_CHROME = set([
|
||||
'defaults/profile',
|
||||
'defaults/pref*/*-l10n.js',
|
||||
'update.locale',
|
||||
'updater.ini',
|
||||
'extensions/langpack-*@*',
|
||||
'distribution/extensions/langpack-*@*',
|
||||
'chrome/**/searchplugins/*.xml',
|
||||
|
Loading…
Reference in New Issue
Block a user