bin/build*: Adjust error tolerance

This commit is contained in:
Elian Doran 2024-07-14 21:48:15 +03:00
parent c9f27547a2
commit bbbbc3b860
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -e
if ! command -v jq &> /dev/null; then
echo "Missing command: jq"
exit 1
@ -42,6 +40,7 @@ cp -r $SRC_DIR ./dist/trilium-windows-x64-src
cp -r $SRC_DIR ./dist/trilium-mac-x64-src
cp -r $SRC_DIR ./dist/trilium-mac-arm64-src
set -e
bin/build-win-x64.sh DONTCOPY
bin/build-mac-x64.sh DONTCOPY

View File

@ -1,7 +1,6 @@
#!/usr/bin/env bash
shopt -s globstar
set -e
if [[ $# -eq 0 ]] ; then
echo "Missing argument of target directory"