mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
fix for change in copydir function
This commit is contained in:
parent
ba2ca3a8f9
commit
d8bb5d4605
@ -14,7 +14,7 @@ int StartIB(CString parms)
|
||||
CString destPath = root + "\\Configs\\" + config + "\\Output";
|
||||
|
||||
// Copy default installer files into config
|
||||
CopyDir(fromPath, destPath);
|
||||
CopyDir(fromPath, destPath,"NULL");
|
||||
|
||||
// Update config.ini with new content
|
||||
CString inst_text1 = GetGlobal("InstallerScreenText1");
|
||||
|
Loading…
x
Reference in New Issue
Block a user