Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 22ac83f

Browse files
committed
chore(build-server): add unix EOL to trilium.sh
1 parent a92b040 commit 22ac83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/build-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rm -r $BUILD_DIR/node/lib/node_modules/{npm,corepack} \
5252
$BUILD_DIR/node_modules/electron* \
5353
$BUILD_DIR/electron*.{js,map}
5454

55-
printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh
55+
printf "#!/bin/sh\n./node/bin/node src/main\n" > $BUILD_DIR/trilium.sh
5656
chmod 755 $BUILD_DIR/trilium.sh
5757

5858
# TriliumNextTODO: is this still required? If yes → move to copy-dist/copy-trilium

0 commit comments

Comments
 (0)