From ebd8d3b00235476abdac6bc7c03d2ec236fa71c5 Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 1 Jul 2021 16:47:10 +0300 Subject: [PATCH] ref #61 "fix path to extra Data " --- Deploy/Crawl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/Crawl.json b/Deploy/Crawl.json index 2d26b9e..71713db 100644 --- a/Deploy/Crawl.json +++ b/Deploy/Crawl.json @@ -22,7 +22,7 @@ ], "extraLib": "crypto", "targetDir": "./../Distro", - "extraData": "src/Client/modules", + "extraData": "src/Client/modules/", "extraDataOut": "bin", "binOut": "bin", "libOut": "lib"