mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Attempting to fix pacifica bustage from followup to bug 326580
This commit is contained in:
parent
bf6a9597f9
commit
d725593aa9
@ -180,7 +180,10 @@ sub BuildPlatformInstaller
|
||||
die "move $gDirDistInstall/SetupGeneric.exe $gDirDistInstall/sea/$seiFileNameSpecific";
|
||||
}
|
||||
|
||||
if ($ENV{MOZ_PACKAGE_NSIS})
|
||||
# post-mozilla-rel.pl unsets MOZ_INSTALLER_USE_7ZIP so it can make the xpi
|
||||
# files so we only run when MOZ_INSTALLER_USE_7ZIP is set until
|
||||
# post-mozilla-rel.pl is fixed
|
||||
if ($ENV{MOZ_PACKAGE_NSIS} && $ENV{MOZ_INSTALLER_USE_7ZIP})
|
||||
{
|
||||
# NSIS Installer - requires 7-Zip Self Extracting Archive
|
||||
print "\n********************************\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user