Bug 1660920 - Rename WDBA's manifest so that it will be used r=nalexander

Bug 1656141 removed the WDBA's resource file in favor of automatically including the manifest based on filename. Unfortunately, its filename is not quite right, causing it not to be used.

Differential Revision: https://phabricator.services.mozilla.com/D88222
This commit is contained in:
Kirk Steuber 2020-08-25 23:26:58 +00:00
Родитель f396b19f55
Коммит 015cd602ab
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,6 +11,6 @@ MOZ_WINCONSOLE = 0
endif
# Rebuild if the resources or manifest change.
EXTRA_DEPS += $(srcdir)/default-browser-agent.manifest
EXTRA_DEPS += $(srcdir)/default-browser-agent.exe.manifest
include $(topsrcdir)/config/rules.mk