From 7da7569107c83e8dfbb6ab111ab73c2102eebe3b Mon Sep 17 00:00:00 2001 From: Gonzalo Exequiel Pedone Date: Sat, 20 Mar 2021 16:27:34 -0300 Subject: [PATCH] Use the new deploy scripts 2. --- ports/ci/travis/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/ci/travis/deploy.sh b/ports/ci/travis/deploy.sh index 251817c..9a4325f 100644 --- a/ports/ci/travis/deploy.sh +++ b/ports/ci/travis/deploy.sh @@ -57,7 +57,7 @@ cd .. cd build-x86 cmake --build . --target install cd .. -python ports/deploy/deploy.py \ +python ./DeployTools/deploy.py \ -d "\${INSTALL_PREFIX}" \ -c "\${BUILD_PATH}/package_info.conf" \ -o "\${PACKAGES_DIR}" @@ -77,7 +77,7 @@ elif [ "${TRAVIS_OS_NAME}" = osx ]; then export PACKAGES_DIR="${PWD}/webcamoid-packages/mac" export PYTHONPATH="${PWD}/DeployTools" export BUILD_PATH="${PWD}/build" - python3 ports/deploy/deploy.py \ + python3 ./DeployTools/deploy.py \ -d "${INSTALL_PREFIX}" \ -c "${BUILD_PATH}/package_info.conf" \ -o "${PACKAGES_DIR}"