fixing parsing for uninstaller exe file size. Not part of tinderbox. affects only windows plaftforms.

This commit is contained in:
ssu%netscape.com 2000-05-14 02:56:37 +00:00
parent 4259753114
commit 144163fbb7
2 changed files with 2 additions and 1 deletions

View File

@ -317,6 +317,7 @@ Description Short=$CompanyName$ Uninstaller
Description Long=Uninstaller for $ProductName$
Archive=$UninstallFile$
$InstallSize$:$UninstallFile$
$InstallSizeSystem$
$InstallSizeArchive$:$UninstallFile$
;Dependency0=
; Attributes can be the following values:

View File

@ -167,7 +167,7 @@ while($line = <fpInIt>)
{
$componentName = $colonSplit[1];
chop($componentName);
$componentName =~ s/\$UninstallFile\$/$fileUninstall/gi;
$installSizeArchive = OutputInstallSizeArchive("$inXpiPath\\$componentName");
}