mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Make build scripts fail if something goes wrong
This commit is contained in:
parent
15ea33c24b
commit
021c1084cb
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user