mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
9a7f3ad4f1
Add regchrome & installed-chrome.txt to unix package list. Add --flat/-l option to pkgcp.pl so that the intermediate component directory is not created. Added dist target to xpinstaller/Makefile which will create a tarball using the packages file for a list. Add BZ2 package type. Thanks to Ben Bucksch <mozilla@bucksch.org> for the patch. Bug #53462. r=cls
7 lines
219 B
JavaScript
7 lines
219 B
JavaScript
pref("xpinstall.enabled", true);
|
|
pref("xpinstall.manual_confirm", true);
|
|
|
|
pref("xpinstall.notifications.enabled", true);
|
|
pref("xpinstall.notifications.interval", 1);
|
|
pref("xpinstall.notifications.lastDate", 0);
|