Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
add build script for environment only
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecarisma committed Apr 29, 2018
1 parent 4174b3f commit d3e9032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Linux-Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/Windows-Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e9032

Please sign in to comment.