From 87d37366e4548e70e30d4d529198fe73abc761d8 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 9 Mar 2025 17:50:51 +0100 Subject: [PATCH] build(build-server): remove unnecessary copying of translations already happens during build:prepare-dist step --- bin/build-server.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/build-server.sh b/bin/build-server.sh index 2bcc5098e..7f043bfe5 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -65,8 +65,6 @@ chmod 755 $BUILD_DIR/trilium.sh # TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium cp bin/tpl/anonymize-database.sql $BUILD_DIR/ -cp -r translations $BUILD_DIR/ - VERSION=`jq -r ".version" package.json` mkdir $DIST_DIR