mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
create a "Mozilla Installer" thing for the mac.
now if only -installer would work on the mac. but that's next.
This commit is contained in:
parent
b6a9d0a97f
commit
3bd189c33f
@ -1550,6 +1550,10 @@ sub BuildAppRunner()
|
||||
my($cmd_file_path) = ":mozilla:xpfe:bootstrap:";
|
||||
my($cmd_file) = "";
|
||||
|
||||
$cmd_file = "Mozilla Installer";
|
||||
_copy( $cmd_file_path . "Mozilla_Installer", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
|
||||
|
||||
$cmd_file = "Mozilla Addressbook";
|
||||
_copy( $cmd_file_path . "Mozilla_Addressbook", $dist_dir . $cmd_file );
|
||||
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
|
||||
|
1
xpfe/bootstrap/Mozilla_Installer
Normal file
1
xpfe/bootstrap/Mozilla_Installer
Normal file
@ -0,0 +1 @@
|
||||
ARGS:-pref
|
Loading…
x
Reference in New Issue
Block a user