Index: build/build.sh =================================================================== diff -u -r879b4e164ac5e7f689aa5678cb476eb573212890 -r8ede028caf2150848084fd77cb8a50975bdcaae8 --- build/build.sh (.../build.sh) (revision 879b4e164ac5e7f689aa5678cb476eb573212890) +++ build/build.sh (.../build.sh) (revision 8ede028caf2150848084fd77cb8a50975bdcaae8) @@ -314,10 +314,9 @@ #return back to main folder cd .. - echo "My address $(pwd)" - - cp -r "application/scripts" "$REMOTE_DIR" - cp -r "application/scripts/resources/settings" "$REMOTE_DIR" + # Copy the required scripts to be able to launch the application remotely + cp -r "application/scripts" "$REMOTE_DIR" + cp -r "application/resources/settings" "$REMOTE_DIR" # Copy the build logs the remote address regardless of the build results LOG="Build_Logs"