From 0c6147900c21d06a87c4f35e65be32510554e6ec Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Thu, 1 Jul 2021 16:24:40 +0300 Subject: [PATCH] ref #61 "fix fix windows and linux builds" --- Deploy/Crawl.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Deploy/Crawl.json b/Deploy/Crawl.json index a031b31..2d26b9e 100644 --- a/Deploy/Crawl.json +++ b/Deploy/Crawl.json @@ -21,6 +21,11 @@ "./../stage" ], "extraLib": "crypto", - "targetDir": "./../Distro" + "targetDir": "./../Distro", + "extraData": "src/Client/modules", + "extraDataOut": "bin", + "binOut": "bin", + "libOut": "lib" + }