mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
enable lightning.xpi for Mac b=350977 r=preed
This commit is contained in:
parent
d3117cbea4
commit
056fa9536e
@ -341,6 +341,8 @@ sub packit {
|
||||
$lightningXpiStageDir = 'windows-xpi';
|
||||
} elsif (TinderUtils::is_linux()) {
|
||||
$lightningXpiStageDir = 'linux-xpi';
|
||||
} elsif (TinderUtils::is_mac()) {
|
||||
$lightningXpiStageDir = 'mac-xpi';
|
||||
}
|
||||
|
||||
if (-e $lightningXpi && $lightningXpiStageDir ne undef) {
|
||||
|
Loading…
Reference in New Issue
Block a user