From d3e9032732ddc7f0216f28adae4d92058dec6e40 Mon Sep 17 00:00:00 2001 From: Azeez Adewale Date: Sun, 29 Apr 2018 00:32:48 +0000 Subject: [PATCH] add build script for environment only --- build/Linux-Build.sh | 2 +- build/Windows-Build.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Linux-Build.sh b/build/Linux-Build.sh index 98014d72..6ba9bf8b 100644 --- a/build/Linux-Build.sh +++ b/build/Linux-Build.sh @@ -146,7 +146,7 @@ if [ -e ../../modules/modules-dependencies.conf ]; then echo " Copying modules-dependencies.conf to ../../$SIMPLE_DEBUG_VERSION/modules folder" cp "../../modules/modules-dependencies.conf" "../../$SIMPLE_DEBUG_VERSION/modules" else - echo " fulltick module cannot be found" + echo " modules-dependencies.conf module cannot be found" echo " The repository appear to be currupted. Try clonning again" echo " to resolve the issue" fi diff --git a/build/Windows-Build.bat b/build/Windows-Build.bat index e3289c81..3b5b1ce4 100644 --- a/build/Windows-Build.bat +++ b/build/Windows-Build.bat @@ -199,7 +199,7 @@ REM modules-dependencies.conf echo `modules-dependencies.conf if exist "../../modules/modules-dependencies.conf" ( echo Copying modules-dependencies.conf to ../../%SIMPLE_DEBUG_VERSION%/modules folder - cp "../../modules/modules-dependencies.conf" "../../%SIMPLE_DEBUG_VERSION%/modules/fulltick/" + cp "../../modules/modules-dependencies.conf" "../../%SIMPLE_DEBUG_VERSION%/modules/" ) else ( echo modules-dependencies.conf cannot be found echo The repository appears to be currupted. Try clonning