Bug 998089 - Fix icon installation for packaged apps on Mac. r=felipe

This commit is contained in:
Marco Castelluccio 2014-04-22 16:48:00 +02:00
parent c45da5747d
commit 5de710d50e

View File

@ -183,7 +183,7 @@ CommonNativeApp.prototype = {
// because the app isn't installed yet).
if (this.iconURI.scheme == "app") {
let zipUrl = OS.Path.toFileURI(OS.Path.join(aTmpDir,
"application.zip"));
this.zipFile));
let filePath = this.iconURI.QueryInterface(Ci.nsIURL).filePath;