From 0ba7783972b7805c5aff82e2b6e5328adf360ab3 Mon Sep 17 00:00:00 2001 From: Aleksandr Evsigneev Date: Thu, 3 Oct 2019 14:09:08 +0300 Subject: [PATCH] fix bin pathes for ccat in composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ccd68b..49e9ded 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "guzzlehttp/guzzle": "~6.0" }, "bin": [ - "bin/ccat" + "bin/ccat_linux", + "bin/ccat_darwin" ], "require-dev": { "mockery/mockery": "^0.9.9",