diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index 728084050..605963ef5 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -85,6 +85,7 @@ Zotero.Fulltext = new function(){ _pdfInfoFileName = this.pdfInfoName + '-' + platform; if (Zotero.isWin) { _pdfConverterFileName += '.exe'; + _pdfInfoFileName += '.exe'; } this.__defineGetter__("pdfConverterFileName", function() { return _pdfConverterFileName; });