fix for #16098, r=mscott. Now we have "Mozilla Profile Manager" for the mac, which is the same as -ProfileManager on the other platforms
git-svn-id: svn://10.0.0.236/trunk@50386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b6c93b5c5c
commit
da4d6e495b
@ -1621,6 +1621,10 @@ sub BuildAppRunner()
|
||||
my($cmd_file_path) = ":mozilla:xpfe:bootstrap:";
|
||||
my($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);
|
||||
|
||||
$cmd_file = "Mozilla Installer";
|
||||
_copy( $cmd_file_path . "Mozilla_Installer", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
|
||||
|
||||
1
mozilla/xpfe/bootstrap/Mozilla_Profile_Manager
Normal file
1
mozilla/xpfe/bootstrap/Mozilla_Profile_Manager
Normal file
@ -0,0 +1 @@
|
||||
ARGS:-ProfileManager
|
||||
Loading…
x
Reference in New Issue
Block a user