зеркало из https://github.com/mozilla/gecko-dev.git
updated path to where xpinst.dll is located when launching smartupdate via native wizard installer
This commit is contained in:
Родитель
94bb9d2f71
Коммит
2a5192b7e9
|
@ -63,7 +63,7 @@ HRESULT InitializeXPIStub()
|
|||
/* change current directory to where xpistub.dll */
|
||||
lstrcpy(szBuf, siCFCoreFile.szDestination);
|
||||
AppendBackSlash(szBuf, sizeof(szBuf));
|
||||
lstrcat(szBuf, "x86rel");
|
||||
lstrcat(szBuf, "bin");
|
||||
chdir(szBuf);
|
||||
|
||||
/* build full path to xpistub.dll */
|
||||
|
|
Загрузка…
Ссылка в новой задаче