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 git-svn-id: svn://10.0.0.236/trunk@199700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2e443a2fdf
commit
48ce2dede8
@ -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…
x
Reference in New Issue
Block a user