build: Increase error strictness

This commit is contained in:
Elian Doran
2024-07-22 21:33:07 +03:00
parent c39d131426
commit dd14ba9e0e
8 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e # Fail on any command error
SRC_DIR=./dist/trilium-mac-arm64-src
if [ "$1" != "DONTCOPY" ]