From 22ac83f443b70275494ff78b7bd08b1f183be99a Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Thu, 10 Apr 2025 23:22:52 +0200 Subject: [PATCH] chore(build-server): add unix EOL to trilium.sh --- bin/build-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-server.sh b/bin/build-server.sh index e89c72d5a..93102737c 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -52,7 +52,7 @@ rm -r $BUILD_DIR/node/lib/node_modules/{npm,corepack} \ $BUILD_DIR/node_modules/electron* \ $BUILD_DIR/electron*.{js,map} -printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh +printf "#!/bin/sh\n./node/bin/node src/main\n" > $BUILD_DIR/trilium.sh chmod 755 $BUILD_DIR/trilium.sh # TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium