mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
bin/build*: Adjust error tolerance
This commit is contained in:
parent
c9f27547a2
commit
bbbbc3b860
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if ! command -v jq &> /dev/null; then
|
if ! command -v jq &> /dev/null; then
|
||||||
echo "Missing command: jq"
|
echo "Missing command: jq"
|
||||||
exit 1
|
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-x64-src
|
||||||
cp -r $SRC_DIR ./dist/trilium-mac-arm64-src
|
cp -r $SRC_DIR ./dist/trilium-mac-arm64-src
|
||||||
|
|
||||||
|
set -e
|
||||||
bin/build-win-x64.sh DONTCOPY
|
bin/build-win-x64.sh DONTCOPY
|
||||||
|
|
||||||
bin/build-mac-x64.sh DONTCOPY
|
bin/build-mac-x64.sh DONTCOPY
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
set -e
|
|
||||||
|
|
||||||
if [[ $# -eq 0 ]] ; then
|
if [[ $# -eq 0 ]] ; then
|
||||||
echo "Missing argument of target directory"
|
echo "Missing argument of target directory"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user