|
|
|
@ -1,5 +1,7 @@
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -e # Fail on any command error
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
@ -40,7 +42,6 @@ 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
|
|
|
|
|