Skip to content

Commit

Permalink
Add stable extension id to json (#5606)
Browse files Browse the repository at this point in the history
* Add stable extension id to json

* Similar fix for Windows as well
  • Loading branch information
LyzardKing authored and tobiasdiez committed Nov 13, 2019
1 parent 7236581 commit ad60111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion buildres/linux/org.jabref.jabref.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"path": "/opt/jabref/lib/jabrefHost.py",
"type": "stdio",
"allowed_extensions": [
"browserextension@jabref.org"
"browserextension@jabref.org",
"@jabfox"
]
}
3 changes: 2 additions & 1 deletion buildres/windows/jabref.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"path": "JabRefHost.bat",
"type": "stdio",
"allowed_extensions": [
"browserextension@jabref.org"
"browserextension@jabref.org",
"@jabfox"
]
}

0 comments on commit ad60111

Please sign in to comment.