From 3a77abc8d2740e4d9573df8fd2c0714021db8456 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 5 Jul 2020 18:15:56 -0400 Subject: [PATCH] fx-compat: Zotero files are now packaged in app/omni.ja, not zotero.jar --- chrome/content/zotero/xpcom/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index a06d884071..2e30445a45 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -931,7 +931,7 @@ Zotero.Schema = new function(){ var installLocation = Components.classes["@mozilla.org/file/directory_service;1"] .getService(Components.interfaces.nsIProperties) .get("AChrom", Components.interfaces.nsIFile).parent; - installLocation.append("zotero.jar"); + installLocation.append("omni.ja"); } // Asynchronous in Firefox else {