Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
fix patch to include updateURL line
Browse files Browse the repository at this point in the history
  • Loading branch information
corajr committed Apr 10, 2017
1 parent d75c9f1 commit 0660daa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: xpi

xpi: $(UNSIGNED_XPI)

$(UNSIGNED_XPI): $(SOURCES) $(INSTALL_RDF_PATCH)
$(UNSIGNED_XPI): package.json $(SOURCES) $(INSTALL_RDF_PATCH)
rm -f $@
jpm xpi --dest-dir /tmp
rm -rf /tmp/zotero-voyant-export
Expand Down
6 changes: 3 additions & 3 deletions install.rdf.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- install.rdf 2017-04-09 17:31:20.000000000 -0400
+++ install.rdf 2017-04-09 17:33:34.000000000 -0400
@@ -17,6 +17,13 @@
--- install.rdf.orig 2017-04-10 13:31:58.000000000 -0400
+++ install.rdf 2017-04-10 13:31:59.000000000 -0400
@@ -18,6 +18,13 @@
<em:maxVersion>*</em:maxVersion>
</Description>
</em:targetApplication>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"firefox": ">=38.0a1"
},
"updateURL": "https://corajr.github.io/zotero-voyant-export/update.rdf",
"updateLink": "https://github.com/corajr/zotero-voyant-export/releases/download/v0.0.1/zotero_voyant_export-0.0.1-fx.xpi",
"license": "AGPL-3.0",
"keywords": [
"jetpack"
Expand Down

0 comments on commit 0660daa

Please sign in to comment.