simple auto-config for update verify r=cf b=373995 (fix typo)

This commit is contained in:
rhelmer@mozilla.com 2007-10-13 12:15:40 -07:00
parent a89e870995
commit 1cecbb3fd6

View File

@ -259,13 +259,13 @@ sub BumpVerifyConfig {
$platform = 'osx';
$ftpOsname = 'mac';
$releaseFile = ucfirst($product).' '.$oldVersion.'.dmg';
$nightlyFile = $product.'-'.$version.'.%locale%.'.$osname.'.mac.dmg';
$nightlyFile = $product.'-'.$version.'.%locale%.mac.dmg';
} elsif ($osname eq 'win32') {
$buildTarget = 'WINNT_x86-msvc';
$platform = 'win32';
$ftpOsname = 'win32';
$releaseFile = ucfirst($product).' Setup '.$oldVersion.'.exe';
$nightlyFile = $product.'-'.$version.'.%locale%.'.$osname.'.installer.exe';
$nightlyFile = $product.'-'.$version.'.%locale%.win32.installer.exe';
} else {
die("ASSERT: unknown OS $osname");
}