зеркало из https://github.com/mozilla/pjs.git
updated build scripts for windows installer. not part of tinderbox builds
This commit is contained in:
Родитель
c5e4757fe6
Коммит
23836abc9a
|
@ -58,7 +58,7 @@ if(!(-e "$inStagePath"))
|
|||
# Make sure inDestPath exists
|
||||
if(!(-e "$inDistPath"))
|
||||
{
|
||||
system("mkdir /s $inDestPath");
|
||||
system("mkdir $inDestPath");
|
||||
}
|
||||
|
||||
MakeConfigFile();
|
||||
|
@ -79,7 +79,7 @@ if(-e "$inDistPath\\setup")
|
|||
}
|
||||
else
|
||||
{
|
||||
system("mkdir /s $inDistPath\\setup");
|
||||
system("mkdir $inDistPath\\setup");
|
||||
}
|
||||
|
||||
# Copy the setup files to the dist setup directory.
|
||||
|
|
|
@ -85,7 +85,7 @@ if(-e "install.js")
|
|||
# make sure inDestPath exists
|
||||
if(!(-e "$inDestPath"))
|
||||
{
|
||||
system("mkdir /s $inDestPath");
|
||||
system("mkdir $inDestPath");
|
||||
}
|
||||
|
||||
print "\n Making $inComponentName.xpi...\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче