зеркало из https://github.com/mozilla/pjs.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:
Родитель
ecfac3e152
Коммит
9a7e6a3636
|
@ -84,10 +84,10 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
# Copy the setup files to the dist setup directory.
|
# Copy the setup files to the dist setup directory.
|
||||||
system("xcopy /f config.ini $inDistPath");
|
system("xcopy /f config.ini $inDistPath\\");
|
||||||
system("xcopy /f config.ini $inDistPath\\setup");
|
system("xcopy /f config.ini $inDistPath\\setup\\");
|
||||||
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup");
|
system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup\\");
|
||||||
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup");
|
system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup\\");
|
||||||
|
|
||||||
# build the self-extracting .exe file.
|
# build the self-extracting .exe file.
|
||||||
print "\nbuilding self-extracting installer ($seiFileNameSpecific)...\n";
|
print "\nbuilding self-extracting installer ($seiFileNameSpecific)...\n";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче