mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Make build scripts fail if something goes wrong
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
VERSION=${1:-"9.5.0"}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
hash macdeployqt 2>/dev/null || { echo >&2 "macdeployqt command not available. Please add the bin subfolder of your Qt installation to the PATH environment variable."; exit 1; }
|
||||
|
||||
|
Reference in New Issue
Block a user