Fix path to deploy script.

develop
Roman Telezhynskyi 2021-09-25 07:44:31 +03:00
parent 69cd801ae6
commit 5b61ec1584
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
- ${COMPILER} --version
- make -j$(nproc)
deploy_script:
- ../scripts/cirrus-deploy.sh
- $CIRRUS_WORKING_DIR/scripts/cirrus-deploy.sh
env:
COMPILER: clang

View File

@ -20,7 +20,7 @@ check_failure() {
}
if [[ "$DEPLOY" == "true" ]]; then
../scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app;
$CIRRUS_WORKING_DIR/scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app;
check_failure "Unable to patch the app bundle.";
print_info "Start compressing.";