Fix path to deploy script.
This commit is contained in:
parent
69cd801ae6
commit
5b61ec1584
|
@ -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
|
||||
|
||||
|
|
|
@ -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.";
|
||||
|
|
Loading…
Reference in New Issue
Block a user