mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
00e9cf9ba0
commit
953f3dd157
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user