diff --git a/silecs-cli-client/install.sh b/silecs-cli-client/install.sh index b3b970080890917ada5735372d1a1369e500d18b..9664c3ba34b5ea02229ebabb7d6df91cb4deff24 100755 --- a/silecs-cli-client/install.sh +++ b/silecs-cli-client/install.sh @@ -7,4 +7,5 @@ SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT") # path where this script is located in mkdir -p ${INSTALL_DIR} -cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR} \ No newline at end of file +cp -r ${SCRIPTPATH}/build/bin ${INSTALL_DIR} +cp -r ${SCRIPTPATH}/examples ${INSTALL_DIR} \ No newline at end of file diff --git a/silecs-communication-cpp/releaseSilecs.sh b/silecs-communication-cpp/releaseSilecs.sh index 76a5cff66bdc5b1a03d8ff3fc646c6cd61a89bfd..c01d780d4796d759a92b4316ea38be4d19349a41 100755 --- a/silecs-communication-cpp/releaseSilecs.sh +++ b/silecs-communication-cpp/releaseSilecs.sh @@ -12,8 +12,8 @@ # release a new version of the silecs-eclipse plugin # $ plugin_release /common/usr/cscofe/silecs /home/bel/schwinn/lnx/git/silecs-plugin -# List of silecs packages which is released or patched -PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp snap7" +# List of silecs packages which can be released or patched +PACKAGES="silecs-codegen silecs-model silecs-communication-cpp silecs-diagnostic-cpp silecs-cli-client snap7" # Check that folder exists, print proper error if not checkFolderExists()