Bug 1198877 - Fix mulet's simulator process name used in WebIDE. r=jryans

This commit is contained in:
Alexandre Poirot 2015-11-03 13:35:12 -08:00
parent 23b0ceea92
commit 4d70b03654

View File

@ -228,8 +228,8 @@ Object.defineProperty(ASPp, "b2gBinary", {
file = this.addon.getResourceURI().QueryInterface(Ci.nsIFileURL).file;
file.append("firefox");
let binaries = {
win32: "firefox-bin.exe",
mac64: "B2G.app/Contents/MacOS/firefox-bin",
win32: "firefox.exe",
mac64: "FirefoxNightly.app/Contents/MacOS/firefox-bin",
linux32: "firefox-bin",
linux64: "firefox-bin",
};