mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 339213 - Software update fails because XULRunner doesn't ship updater.ini
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall) first-r=bsmedberg second-r=darin
This commit is contained in:
parent
9822a836ff
commit
50af57aad6
@ -258,7 +258,7 @@ CopyUpdaterIntoUpdateDir(nsIFile *appDir, nsIFile *updateDir,
|
||||
if (NS_FAILED(rv))
|
||||
return PR_FALSE;
|
||||
rv = file->CopyToNative(updateDir, EmptyCString());
|
||||
if (NS_FAILED(rv))
|
||||
if (*leafName != kUpdaterINI && NS_FAILED(rv))
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user