From: Bill Erickson Date: Wed, 30 Nov 2016 16:05:33 +0000 (-0500) Subject: Hatch host path genericify X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=642afa0fc4870bac4b7ad1d28000a30823875930;p=working%2FHatch.git Hatch host path genericify Signed-off-by: Bill Erickson --- diff --git a/extension/host/org.evergreen_ils.hatch.WINDOWS.json b/extension/host/org.evergreen_ils.hatch.WINDOWS.json index c15698c74d..8123c7701a 100644 --- a/extension/host/org.evergreen_ils.hatch.WINDOWS.json +++ b/extension/host/org.evergreen_ils.hatch.WINDOWS.json @@ -1,7 +1,7 @@ { "name": "org.evergreen_ils.hatch", "description": "Hatch Native Messaging Host", - "path": "C:\\Users\\berick\\Code\\Hatch\\hatch.bat", + "path": "C:\\Path\\To\\hatch.bat", "type": "stdio", "allowed_origins": [ "chrome-extension://knldjmfmopnpolahpmmgbagdohdnhkik/" diff --git a/extension/host/org.evergreen_ils.hatch.json b/extension/host/org.evergreen_ils.hatch.json index 426133f884..fc14a3e92d 100644 --- a/extension/host/org.evergreen_ils.hatch.json +++ b/extension/host/org.evergreen_ils.hatch.json @@ -1,7 +1,7 @@ { "name": "org.evergreen_ils.hatch", "description": "Hatch Native Messaging Host", - "path": "/home/berick/code/Hatch/hatch.sh", + "path": "/path/to/hatch.sh", "type": "stdio", "allowed_origins": [ "chrome-extension://knldjmfmopnpolahpmmgbagdohdnhkik/"