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
This commit is contained in:
Felipe Gomes 2012-04-20 15:56:02 -07:00
Родитель c87c6e4e70
Коммит 52cd3dbec0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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