fix for #16262, r=mscott. now we have "Mozilla Profile Wizard" (a.k.a. -ProfileWizard) for the mac.
This commit is contained in:
Родитель
8b5a3290c2
Коммит
71c98f1d88
|
@ -1621,6 +1621,10 @@ sub BuildAppRunner()
|
|||
my($cmd_file_path) = ":mozilla:xpfe:bootstrap:";
|
||||
my($cmd_file) = "";
|
||||
|
||||
$cmd_file = "Mozilla Profile Wizard";
|
||||
_copy( $cmd_file_path . "Mozilla_Profile_Wizard", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
|
||||
|
||||
$cmd_file = "Mozilla Profile Manager";
|
||||
_copy( $cmd_file_path . "Mozilla_Profile_Manager", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
|
||||
|
|
Загрузка…
Ссылка в новой задаче