зеркало из https://github.com/mozilla/gecko-dev.git
r=ssu, fix to keep automation from hanging in an xcopy interactive prompt
not part of build, only affects packaging.
This commit is contained in:
Родитель
2ca57e0bf5
Коммит
3a7db6b4c7
|
@ -84,10 +84,10 @@ else
|
|||
}
|
||||
|
||||
# Copy the setup files to the dist setup directory.
|
||||
system("xcopy /f config.ini $inDistPath");
|
||||
system("xcopy /f config.ini $inDistPath\\setup");
|
||||
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup");
|
||||
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup");
|
||||
system("xcopy /f config.ini $inDistPath\\");
|
||||
system("xcopy /f config.ini $inDistPath\\setup\\");
|
||||
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup\\");
|
||||
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup\\");
|
||||
|
||||
# build the self-extracting .exe file.
|
||||
print "\nbuilding self-extracting installer ($seiFileNameSpecific)...\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче