From 52cd3dbec0a231bc9f4ca1d1568f0cdbe65d763b Mon Sep 17 00:00:00 2001 From: Felipe Gomes Date: Fri, 20 Apr 2012 15:56:02 -0700 Subject: [PATCH] Bug 746771 - Mac installer needs to use updated webapp.json structure with registryDir instead of app.profile [r=myk, a=desktop-only] Rename app.profile to registryDir for the updated webapp.json structure. --HG-- extra : rebase_source : 97e9bf5bf4350befcbf33733482c4d130dd8b225 --- browser/modules/WebappsInstaller.jsm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/modules/WebappsInstaller.jsm b/browser/modules/WebappsInstaller.jsm index b8fa98323c5..8f56e922b1a 100644 --- a/browser/modules/WebappsInstaller.jsm +++ b/browser/modules/WebappsInstaller.jsm @@ -536,10 +536,10 @@ MacNativeApp.prototype = { }, _createConfigFiles: function() { - // ${ProfileDir}/config.json + // ${ProfileDir}/webapp.json let json = { + "registryDir": this.profileFolder.path, "app": { - "profile": this.profileFolder.path, "origin": this.launchURI.prePath, "installOrigin": "apps.mozillalabs.com", "manifest": this.manifest