зеркало из https://github.com/mozilla/pjs.git
adding "Mozilla Select Profile" (aka -SelectProfile) for the mac.
This commit is contained in:
Родитель
f3675e7034
Коммит
611f8d45b2
|
@ -1632,6 +1632,10 @@ sub BuildAppRunner()
|
|||
my($cmd_file_path) = ":mozilla:xpfe:bootstrap:";
|
||||
my($cmd_file) = "";
|
||||
|
||||
$cmd_file = "Mozilla Select Profile";
|
||||
_copy( $cmd_file_path . "Mozilla_Select_Profile", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче