Bug 1475510 - MSI Installer support workaround for TB. rs=bustage-fix
Bug 1475510 added MSI Installer support to Firefox. This is a quick hack
to fix the build bustage caused.
--- a/mozharness/repackage/base.py
+++ b/mozharness/repackage/base.py
@@ -1,7 +1,8 @@
# Paths are relative to mozilla-central
config = {
"package-name": "thunderbird",
"installer-tag": "comm/mail/installer/windows/app.tag",
"sfx-stub": "comm/other-licenses/7zstub/thunderbird/7zSD.sfx",
"stub-installer-tag": "",
+ "wsx-stub": "",
}