From 56340009cae4d00285e3c645898c32ee0adc9bf1 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 9 Mar 2025 18:13:49 +0100 Subject: [PATCH] build(build-server): remove now unused DONTCOPY check --- bin/build-server.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/build-server.sh b/bin/build-server.sh index ba2db5958..55a082462 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -26,11 +26,7 @@ NODE_VERSION=20.15.1 BUILD_DIR="./build" DIST_DIR="./dist" -if [ "$1" != "DONTCOPY" ] -then - # Need to modify copy-trilium.sh to accept the target directory - ./bin/copy-trilium.sh -fi +./bin/copy-trilium.sh echo "Downloading Node.js runtime..." cd $BUILD_DIR