diff --git a/build.sh b/build.sh index 983d5d1..58ab6e1 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,8 @@ #!/bin/bash mkdir -p build -git archive --format=zip -o build/z2csl.xpi HEAD \ +rm -f build/z2csl.xpi +zip -r build/z2csl.xpi \ chrome.manifest \ install.rdf \ content/ diff --git a/chrome.manifest b/chrome.manifest index 5d35057..cf33454 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -1,2 +1,2 @@ content z2csl content/ -overlay chrome://zotero/content/zoteroPane.xul chrome://z2csl/content/overlay.xul \ No newline at end of file +overlay chrome://zotero/content/standalone/standalone.xul chrome://z2csl/content/overlay.xul diff --git a/content/overlay.xul b/content/overlay.xul index feff7c9..5ffac36 100644 --- a/content/overlay.xul +++ b/content/overlay.xul @@ -5,8 +5,7 @@