Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zotero 7-only plugin, submitted for review #59

Closed
wants to merge 15 commits into from
11 changes: 8 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ if [ -z "$version" ]; then
read -p "Enter new version number: " version
fi


rm -f zotero-ocr-${version}.xpi
zip -r zotero-ocr-${version}.xpi chrome/* defaults/* chrome.manifest install.rdf
if [ -d build ]; then
if [ -f build/*.xpi ]; then
rm -f build/*.xpi
fi
else
mkdir build
fi
cd src && zip -r ../build/zotero-ocr-${version}.xpi * -x "*.DS_Store" && cd ..
7 changes: 0 additions & 7 deletions chrome.manifest

This file was deleted.

32 changes: 0 additions & 32 deletions chrome/content/overlay.xul

This file was deleted.

61 changes: 0 additions & 61 deletions chrome/content/preferences.xul

This file was deleted.

234 changes: 0 additions & 234 deletions chrome/content/zoteroocr.js

This file was deleted.

2 changes: 0 additions & 2 deletions chrome/locale/en-US/zoteroocr.dtd

This file was deleted.

Empty file.
34 changes: 0 additions & 34 deletions install.rdf

This file was deleted.

Binary file modified screenshots/Zotero-OCR-Preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading