mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
fixing parsing for uninstaller exe file size. Not part of tinderbox. affects only windows plaftforms.
This commit is contained in:
parent
4259753114
commit
144163fbb7
@ -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:
|
||||
|
@ -167,7 +167,7 @@ while($line = <fpInIt>)
|
||||
{
|
||||
$componentName = $colonSplit[1];
|
||||
chop($componentName);
|
||||
|
||||
$componentName =~ s/\$UninstallFile\$/$fileUninstall/gi;
|
||||
$installSizeArchive = OutputInstallSizeArchive("$inXpiPath\\$componentName");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user