зеркало из https://github.com/mozilla/pjs.git
fine tunning build scripts. Not part of seamonkey build yet
This commit is contained in:
Родитель
147f4361a4
Коммит
a991323fb9
|
@ -89,7 +89,7 @@ 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.
|
||||||
printf "/nbuilding self-extracting .exe installer...";
|
printf "\nbuilding self-extracting .exe installer...";
|
||||||
system("$inDistPath\\nszip.exe $inDistPath\\nsinstall.exe $inDistPath\\setup\\*.* $inDistPath\\xpi\\*.*");
|
system("$inDistPath\\nszip.exe $inDistPath\\nsinstall.exe $inDistPath\\setup\\*.* $inDistPath\\xpi\\*.*");
|
||||||
|
|
||||||
print " done!\n";
|
print " done!\n";
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
use Cwd;
|
use Cwd;
|
||||||
|
|
||||||
# Make sure there are at least two arguments
|
# Make sure there are at least three arguments
|
||||||
if($#ARGV < 2)
|
if($#ARGV < 2)
|
||||||
{
|
{
|
||||||
die "usage: $0 <component name> <staging path> <dest path>
|
die "usage: $0 <component name> <staging path> <dest path>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче