mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 502766 – Use GreD instead of XCurProcD to find out xulrunner-stub. r=benjamin
This commit is contained in:
parent
e86b2d4059
commit
ea514dd159
@ -330,7 +330,7 @@ const AppInstall = {
|
||||
var contentsDir = aDirectory.clone();
|
||||
contentsDir.append("MacOS");
|
||||
|
||||
var xulrunnerBinary = getDirectoryKey("XCurProcD");
|
||||
var xulrunnerBinary = getDirectoryKey("GreD");
|
||||
xulrunnerBinary.append("xulrunner");
|
||||
|
||||
xulrunnerBinary.copyTo(contentsDir, "xulrunner");
|
||||
@ -340,7 +340,7 @@ const AppInstall = {
|
||||
#else
|
||||
extractor.copyTo(aDirectory);
|
||||
|
||||
var xulrunnerBinary = getDirectoryKey("XCurProcD");
|
||||
var xulrunnerBinary = getDirectoryKey("GreD");
|
||||
xulrunnerBinary.append("xulrunner-stub@BIN_SUFFIX@");
|
||||
|
||||
xulrunnerBinary.copyTo(aDirectory, appName.toLowerCase() + "@BIN_SUFFIX@");
|
||||
|
Loading…
Reference in New Issue
Block a user