Improve PDF reader

This commit is contained in:
Martynas Bagdonas 2020-09-08 16:28:06 +03:00 committed by Dan Stillman
parent 875e9f674f
commit a89f7e8ec7
12 changed files with 668 additions and 636 deletions

View file

@ -30,7 +30,7 @@ async function getPDFReader(signatures) {
}
if (updated) {
await fs.copy('./pdf-reader/build/zotero', './build/resource/pdf.js');
await fs.copy('./pdf-reader/build/zotero', './build/resource/pdf-reader');
}
const t2 = Date.now();