Skip to content

Commit

Permalink
bin/build*: Adjust error tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 14, 2024
1 parent c9f2754 commit bbbbc3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -e

if ! command -v jq &> /dev/null; then
echo "Missing command: jq"
exit 1
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion bin/copy-trilium.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

shopt -s globstar
set -e

if [[ $# -eq 0 ]] ; then
echo "Missing argument of target directory"
Expand Down

0 comments on commit bbbbc3b

Please sign in to comment.