зеркало из https://github.com/mozilla/pjs.git
Fix for bug 141625: Need to better handle/check/clean output directory for
existing config files (r=mitchf)
This commit is contained in:
Родитель
f69f0444e5
Коммит
85a7a74e3f
|
@ -2254,6 +2254,9 @@ int StartIB(/*CString parms, WIDGET *curWidget*/)
|
|||
|
||||
// AfxMessageBox("set breakpoint",MB_OK);
|
||||
|
||||
// delete contents of output directory before creating customized installer
|
||||
EraseDirectory(outputPath);
|
||||
|
||||
if (SearchPath(workspacePath, "NSCPXPI", NULL, 0, NULL, NULL))
|
||||
nscpxpiPath = workspacePath + "\\NSCPXPI";
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче