From 642afa0fc4870bac4b7ad1d28000a30823875930 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 30 Nov 2016 11:05:33 -0500 Subject: [PATCH] Hatch host path genericify Signed-off-by: Bill Erickson --- extension/host/org.evergreen_ils.hatch.WINDOWS.json | 2 +- extension/host/org.evergreen_ils.hatch.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/" -- 2.43.2