From 7cf5e85258a46b7ff7a3c5705b95177dec5c6377 Mon Sep 17 00:00:00 2001 From: joelostblom Date: Tue, 28 Jan 2020 13:49:16 +0100 Subject: [PATCH] Capitalize path properly --- .../linux/native-messaging-host/chromium/org.jabref.jabref.json | 2 +- .../linux/native-messaging-host/firefox/org.jabref.jabref.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildres/linux/native-messaging-host/chromium/org.jabref.jabref.json b/buildres/linux/native-messaging-host/chromium/org.jabref.jabref.json index 6283016eafe..ed08dba0ebe 100644 --- a/buildres/linux/native-messaging-host/chromium/org.jabref.jabref.json +++ b/buildres/linux/native-messaging-host/chromium/org.jabref.jabref.json @@ -1,7 +1,7 @@ { "name": "org.jabref.jabref", "description": "JabRef", - "path": "/opt/jabref/lib/jabrefHost.py", + "path": "/opt/JabRef/lib/jabrefHost.py", "type": "stdio", "allowed_origins": [ "chrome-extension://bifehkofibaamoeaopjglfkddgkijdlh/" diff --git a/buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json b/buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json index 1edebc9c576..92c3448004f 100644 --- a/buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json +++ b/buildres/linux/native-messaging-host/firefox/org.jabref.jabref.json @@ -1,7 +1,7 @@ { "name": "org.jabref.jabref", "description": "JabRef", - "path": "/opt/jabref/lib/jabrefHost.py", + "path": "/opt/JabRef/lib/jabrefHost.py", "type": "stdio", "allowed_extensions": [ "browserextension@jabref.org",