зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
c87c6e4e70
Коммит
52cd3dbec0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче