mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 998089 - Fix icon installation for packaged apps on Mac. r=felipe
This commit is contained in:
parent
c45da5747d
commit
5de710d50e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user