Skip to content

Commit

Permalink
Add json files to macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzardKing committed May 7, 2020
1 parent e5be4e3 commit 2030d23
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ jlink {
installerOptions = [
'--vendor', 'JabRef',
'--app-version', "${project.version}",
'--resource-dir', "${projectDir}/buildres/mac",
'--file-associations', "${projectDir}/buildres/mac/bibtexAssociations.properties"
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"external_update_url": "http://myhost.com/mytestextension/updates.xml"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "org.jabref.jabref",
"description": "JabRef",
"path": "/opt/jabref/lib/jabrefHost.py",
"type": "stdio",
"allowed_origins": [
"chrome-extension://bifehkofibaamoeaopjglfkddgkijdlh/"
]
}
10 changes: 10 additions & 0 deletions buildres/mac/native-messaging-host/firefox/org.jabref.jabref.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "org.jabref.jabref",
"description": "JabRef",
"path": "/opt/jabref/lib/jabrefHost.py",
"type": "stdio",
"allowed_extensions": [
"browserextension@jabref.org",
"@jabfox"
]
}

0 comments on commit 2030d23

Please sign in to comment.