Mac v2 signing - Bug 1055774 - Update lookup for crashreporter.ini for the new v2 bundle structure on OSX. r=bsmedberg

This commit is contained in:
Stephen Pohl 2014-09-29 11:51:13 -07:00
parent 00e9cf9ba0
commit 953f3dd157

View File

@ -45,9 +45,11 @@ function getL10nStrings() {
if (!path.exists()) {
// see if we're on a mac
path = path.parent;
path = path.parent;
path.append("MacOS");
path.append("crashreporter.app");
path.append("Contents");
path.append("MacOS");
path.append("Resources");
path.append("crashreporter.ini");
if (!path.exists()) {
// very bad, but I don't know how to recover