Index: build/build.sh =================================================================== diff -u -r8ede028caf2150848084fd77cb8a50975bdcaae8 -rb91cae47b5afc8d877e7326b8e3a7a32d8e547fc --- build/build.sh (.../build.sh) (revision 8ede028caf2150848084fd77cb8a50975bdcaae8) +++ build/build.sh (.../build.sh) (revision b91cae47b5afc8d877e7326b8e3a7a32d8e547fc) @@ -314,9 +314,11 @@ #return back to main folder cd .. + ./create_update_folder.sh + # 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" + #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"