Update PDF tools version and fix fulltext test
This commit is contained in:
parent
a8c19b4d8b
commit
d810deaa9c
|
@ -127,7 +127,7 @@ echo "$ZOTERO_UNIT_PATH" > "$PROFILE/extensions/zotero-unit@zotero.org"
|
||||||
mkdir "$TEMPDIR/Zotero"
|
mkdir "$TEMPDIR/Zotero"
|
||||||
|
|
||||||
# Download PDF tools if not cached in the source directory and copy to profile directory
|
# Download PDF tools if not cached in the source directory and copy to profile directory
|
||||||
PDF_TOOLS_VERSION="0.0.1"
|
PDF_TOOLS_VERSION="0.0.3"
|
||||||
PDF_TOOLS_URL="https://zotero-download.s3.amazonaws.com/pdftools/pdftools-$PDF_TOOLS_VERSION.tar.gz"
|
PDF_TOOLS_URL="https://zotero-download.s3.amazonaws.com/pdftools/pdftools-$PDF_TOOLS_VERSION.tar.gz"
|
||||||
PDF_TOOLS_CACHE_DIR="$ROOT_DIR/tmp/pdftools"
|
PDF_TOOLS_CACHE_DIR="$ROOT_DIR/tmp/pdftools"
|
||||||
PDF_TOOLS_DIR="$PROFILE/pdftools"
|
PDF_TOOLS_DIR="$PROFILE/pdftools"
|
||||||
|
|
|
@ -133,7 +133,7 @@ describe("Zotero.Fulltext", function () {
|
||||||
toSync.push({
|
toSync.push({
|
||||||
item: pdfAttachment,
|
item: pdfAttachment,
|
||||||
content: "Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, "
|
content: "Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, "
|
||||||
+ "organize, cite, and share\nyour research sources.\n\n",
|
+ "organize, cite, and share your research sources.\n\n",
|
||||||
indexedChars: 0,
|
indexedChars: 0,
|
||||||
indexedPages: 1
|
indexedPages: 1
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user